From 5a1a9daa1faae73a3ca621a6a1e4abeedb5df87b Mon Sep 17 00:00:00 2001 From: obache Date: Fri, 27 Jan 2012 06:51:58 +0000 Subject: * user-destdir ready, no privileges are required to install. * distutils pkg, register egg-info. * while here, sort PLIST. Bump PKGREVISION. --- www/py-scgi/Makefile | 9 ++++----- www/py-scgi/PLIST | 17 +++++++++-------- 2 files changed, 13 insertions(+), 13 deletions(-) (limited to 'www') 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 -- cgit v1.2.3