diff options
author | reed <reed@pkgsrc.org> | 2006-10-07 21:01:16 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-10-07 21:01:16 +0000 |
commit | 478fff1a239e20baa6c1d1baf09cfecd94391cec (patch) | |
tree | 932b64d6739ab337abcd9ffb5b810f4799199d7a /www/ap2-python | |
parent | 2d5c56c39240cd79da372ee52adc48751e3efe9c (diff) | |
download | pkgsrc-478fff1a239e20baa6c1d1baf09cfecd94391cec.tar.gz |
Remove the @exec apxs lines. Don't let this package
modify Apache's config.
If someone wants to add a MESSAGE they may.
This was discussed in May and June.
This is to close PR #29300.
Diffstat (limited to 'www/ap2-python')
-rw-r--r-- | www/ap2-python/Makefile | 3 | ||||
-rw-r--r-- | www/ap2-python/PLIST | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/www/ap2-python/Makefile b/www/ap2-python/Makefile index a2334723c49..95c79092ba6 100644 --- a/www/ap2-python/Makefile +++ b/www/ap2-python/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2006/06/13 18:04:29 darcy Exp $ +# $NetBSD: Makefile,v 1.18 2006/10/07 21:01:16 reed Exp $ DISTNAME= mod_python-${VERSION} +PKGREVISION= 1 PKGNAME= ap2-${PYPKGPREFIX}-python-${VERSION} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/modpython/} diff --git a/www/ap2-python/PLIST b/www/ap2-python/PLIST index 4b6806f9de2..d50a4147d72 100644 --- a/www/ap2-python/PLIST +++ b/www/ap2-python/PLIST @@ -1,7 +1,5 @@ -@comment $NetBSD: PLIST,v 1.2 2006/06/13 18:04:29 darcy Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/10/07 21:01:16 reed Exp $ lib/httpd/mod_python.so -@exec %D/sbin/apxs -e -a -n python %f -@unexec %D/sbin/apxs -e -A -n python %f ${PYSITELIB}/mod_python/Cookie.py ${PYSITELIB}/mod_python/Cookie.pyc ${PYSITELIB}/mod_python/Cookie.pyo |