diff options
-rw-r--r-- | www/ap2-auth-pgsql/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/ap2-auth-pgsql/Makefile b/www/ap2-auth-pgsql/Makefile index d170219c60f..b1617901c1c 100644 --- a/www/ap2-auth-pgsql/Makefile +++ b/www/ap2-auth-pgsql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/04/11 21:47:51 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/09/28 12:09:03 rillig Exp $ DISTNAME= mod_auth_pgsql-2.0.2b1 PKGNAME= ${DISTNAME:S/^mod-/ap2/:S/_/-/g} @@ -32,4 +32,3 @@ do-install: .include "../../mk/pgsql.buildlink3.mk" .include "../../mk/bsd.pkg.mk" - |