diff options
author | obache <obache> | 2012-01-27 06:51:58 +0000 |
---|---|---|
committer | obache <obache> | 2012-01-27 06:51:58 +0000 |
commit | 7fea05dbbaac21d022f7d3fe7917c13740807695 (patch) | |
tree | 98a6f91f43d949c1bda4cee48e2f8aa4314356f0 /www | |
parent | 51553738226ba2fe5a75abbfa343b25a75f8d9f3 (diff) | |
download | pkgsrc-7fea05dbbaac21d022f7d3fe7917c13740807695.tar.gz |
* user-destdir ready, no privileges are required to install.
* distutils pkg, register egg-info.
* while here, sort PLIST.
Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-scgi/Makefile | 9 | ||||
-rw-r--r-- | www/py-scgi/PLIST | 17 |
2 files changed, 13 insertions, 13 deletions
diff --git a/www/py-scgi/Makefile b/www/py-scgi/Makefile index 7d4bc435757..1e395701f6f 100644 --- a/www/py-scgi/Makefile +++ b/www/py-scgi/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.5 2010/02/10 21:10:25 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2012/01/27 06:51:58 obache Exp $ # PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 COMMENT= Simple Common Gateway Interface -PKG_DESTDIR_SUPPORT= destdir +PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= ${PYPKGPREFIX}-quixote-[0-9]*:../../devel/py-quixote -PY_PATCHPLIST= yes -PYDISTUTILSPKG= yes -.include "../../lang/python/extension.mk" +.include "../../lang/python/distutils.mk" .include "../../www/py-scgi/Makefile.common" diff --git a/www/py-scgi/PLIST b/www/py-scgi/PLIST index ee241a18576..49129b2083d 100644 --- a/www/py-scgi/PLIST +++ b/www/py-scgi/PLIST @@ -1,14 +1,15 @@ -@comment $NetBSD: PLIST,v 1.2 2009/06/14 22:00:32 joerg Exp $ -${PYSITELIB}/scgi/quixote_handler.py +@comment $NetBSD: PLIST,v 1.3 2012/01/27 06:51:58 obache Exp $ +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/scgi/__init__.py -${PYSITELIB}/scgi/scgi_server.py -${PYSITELIB}/scgi/test_passfd.py +${PYSITELIB}/scgi/__init__.pyc +${PYSITELIB}/scgi/__init__.pyo ${PYSITELIB}/scgi/passfd.so +${PYSITELIB}/scgi/quixote_handler.py ${PYSITELIB}/scgi/quixote_handler.pyc -${PYSITELIB}/scgi/__init__.pyc -${PYSITELIB}/scgi/scgi_server.pyc -${PYSITELIB}/scgi/test_passfd.pyc ${PYSITELIB}/scgi/quixote_handler.pyo -${PYSITELIB}/scgi/__init__.pyo +${PYSITELIB}/scgi/scgi_server.py +${PYSITELIB}/scgi/scgi_server.pyc ${PYSITELIB}/scgi/scgi_server.pyo +${PYSITELIB}/scgi/test_passfd.py +${PYSITELIB}/scgi/test_passfd.pyc ${PYSITELIB}/scgi/test_passfd.pyo |