* user-destdir ready, no privileges are required to install.
* distutils pkg, register egg-info. * while here, sort PLIST. Bump PKGREVISION.
This commit is contained in:
parent
bd7efe3331
commit
e9a3ee3f5b
2 changed files with 14 additions and 14 deletions
|
@ -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"
|
||||
|
|
|
@ -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/passfd.so
|
||||
${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/passfd.so
|
||||
${PYSITELIB}/scgi/quixote_handler.py
|
||||
${PYSITELIB}/scgi/quixote_handler.pyc
|
||||
${PYSITELIB}/scgi/quixote_handler.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
|
||||
|
|
Loading…
Reference in a new issue