diff options
-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 d5102b5ce2d..2c1274689a4 100644 --- a/www/ap2-auth-pgsql/Makefile +++ b/www/ap2-auth-pgsql/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2006/01/21 13:08:37 rillig Exp $ +# $NetBSD: Makefile,v 1.10 2006/01/21 13:27:21 rillig Exp $ DISTNAME= mod_auth_pgsql-2.0.3 -PKGNAME= ${DISTNAME:S/^mod-/ap2/:S/_/-/g} +PKGNAME= ap2-auth-pgsql-2.0.3 CATEGORIES= www databases MASTER_SITES= http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/ |