diff options
-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 |