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/Makefile | |
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/Makefile')
-rw-r--r-- | www/ap2-auth-pgsql/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |