diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:21:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:21:28 +0000 |
commit | a0745845b3ea0a5fc0fbe2e28e4fdd653ae556ed (patch) | |
tree | fe8266973ffa2637b58ee95206ea56dc48377bc4 /www/ap-auth-postgresql | |
parent | a486f11406b23d4578e07720dca416262225a087 (diff) | |
download | pkgsrc-a0745845b3ea0a5fc0fbe2e28e4fdd653ae556ed.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'www/ap-auth-postgresql')
-rw-r--r-- | www/ap-auth-postgresql/Makefile | 3 | ||||
-rw-r--r-- | www/ap-auth-postgresql/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-auth-postgresql/Makefile b/www/ap-auth-postgresql/Makefile index 3562adc103b..9bd22e1d311 100644 --- a/www/ap-auth-postgresql/Makefile +++ b/www/ap-auth-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/09/05 09:33:17 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/17 17:21:45 wiz Exp $ DISTNAME= AuthPG-1.2b2 PKGNAME= ap-auth-postgresql-1.2b2 @@ -7,6 +7,7 @@ MASTER_SITES= http://home.bawi.org/~minskim/authpg/ MAINTAINER= jwise@netbsd.org HOMEPAGE= http://home.bawi.org/~minskim/authpg/ +COMMENT= Module to allow apache authentication against a Postgresql database DEPENDS+= apache-1.3.*:../../www/apache DEPENDS+= postgresql-*:../../databases/postgresql diff --git a/www/ap-auth-postgresql/pkg/COMMENT b/www/ap-auth-postgresql/pkg/COMMENT deleted file mode 100644 index b433d2eeeba..00000000000 --- a/www/ap-auth-postgresql/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Module to allow apache authentication against a Postgresql database |