diff options
author | cjep <cjep@pkgsrc.org> | 2003-12-30 17:14:09 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-12-30 17:14:09 +0000 |
commit | 198cb23bb88087e3e188a0afbab72026afc4ada2 (patch) | |
tree | 7992dac3ffa389e534da1bcd97aea65016308f32 /www/ap-auth-pgsql | |
parent | d3ca28bfc5aac661cd60b3d9f14e179e79f2cc6b (diff) | |
download | pkgsrc-198cb23bb88087e3e188a0afbab72026afc4ada2.tar.gz |
Shorten COMMENT
Diffstat (limited to 'www/ap-auth-pgsql')
-rw-r--r-- | www/ap-auth-pgsql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-auth-pgsql/Makefile b/www/ap-auth-pgsql/Makefile index 9c0d3df59ea..c67e954c970 100644 --- a/www/ap-auth-pgsql/Makefile +++ b/www/ap-auth-pgsql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/07/31 19:22:28 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2003/12/30 17:14:09 cjep Exp $ DISTNAME= mod_auth_pgsql-0.9.12 PKGNAME= ap-auth-pgsql-0.9.12 @@ -7,7 +7,7 @@ MASTER_SITES= http://www.giuseppetanzilli.it/mod_auth_pgsql/dist/ MAINTAINER= waddell@caravan.com HOMEPAGE= http://www.giuseppetanzilli.it/mod_auth_pgsql/ -COMMENT= Module to allow apache log accesses and authenticate against a Postgresql database +COMMENT= Apache module for user authentication/logging against a PostgreSQL DB CONFLICTS= ap-auth-postgresql-[0-9]* USE_BUILDLINK2= YES |