diff options
author | joerg <joerg@pkgsrc.org> | 2007-04-10 13:35:53 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-04-10 13:35:53 +0000 |
commit | 8b4eee649d7e1585339dadd171a10fda04fd9323 (patch) | |
tree | 17bbcd77c1be0ec338bf6097a25498e71cbce8a4 | |
parent | 4562d69e02e69e1eb2d015149dadf582f1df0ff7 (diff) | |
download | pkgsrc-8b4eee649d7e1585339dadd171a10fda04fd9323.tar.gz |
Supports user-destdir.
-rw-r--r-- | www/py-jonpy/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/py-jonpy/Makefile b/www/py-jonpy/Makefile index 9257f324abd..b8d10e08c40 100644 --- a/www/py-jonpy/Makefile +++ b/www/py-jonpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/07/02 14:33:22 joerg Exp $ +# $NetBSD: Makefile,v 1.2 2007/04/10 13:35:53 joerg Exp $ # DISTNAME= jonpy-0.06 @@ -10,6 +10,8 @@ MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://jonpy.sourceforge.net COMMENT= Tools for FastCGI/CGI Python programs +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes PY_PATCHPLIST= yes PYTHON_VERSIONS_ACCEPTED= 24 23 22 |