diff options
author | reed <reed@pkgsrc.org> | 2006-10-07 21:02:43 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-10-07 21:02:43 +0000 |
commit | df591f63e542013a4c5f8b82d422c12170c723cd (patch) | |
tree | d87e4597fef42fd6a404316d5723ea72c7999999 /www/ap2-auth-pgsql | |
parent | 478fff1a239e20baa6c1d1baf09cfecd94391cec (diff) | |
download | pkgsrc-df591f63e542013a4c5f8b82d422c12170c723cd.tar.gz |
Remove the @exec apxs line from PLIST. Don't let this package
modify Apache's config.
Bump PKGREVISION.
If someone wants to add a MESSAGE they may.
This was discussed in May and June.
Diffstat (limited to 'www/ap2-auth-pgsql')
-rw-r--r-- | www/ap2-auth-pgsql/Makefile | 4 | ||||
-rw-r--r-- | www/ap2-auth-pgsql/PLIST | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/www/ap2-auth-pgsql/Makefile b/www/ap2-auth-pgsql/Makefile index 17d883d0800..d163feb1606 100644 --- a/www/ap2-auth-pgsql/Makefile +++ b/www/ap2-auth-pgsql/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2006/06/30 00:25:31 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2006/10/07 21:02:43 reed Exp $ DISTNAME= mod_auth_pgsql-2.0.3 PKGNAME= ap2-auth-pgsql-2.0.3 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www databases MASTER_SITES= http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/ diff --git a/www/ap2-auth-pgsql/PLIST b/www/ap2-auth-pgsql/PLIST index 4c5adb93089..2466394adda 100644 --- a/www/ap2-auth-pgsql/PLIST +++ b/www/ap2-auth-pgsql/PLIST @@ -1,4 +1,3 @@ -@comment $NetBSD: PLIST,v 1.2 2004/10/14 15:33:51 tv Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/10/07 21:02:43 reed Exp $ lib/httpd/mod_auth_pgsql.so -@exec %D/sbin/apxs -e -a -n auth_pgsql %D/%f @unexec echo "===> If you do not plan on reinstalling mod_auth_pgsql, you must manually remove"; echo "===> references to it in httpd.conf." |