diff options
author | wiz <wiz> | 2001-02-17 17:21:28 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 17:21:28 +0000 |
commit | 5c2ded063c246b745cbe88b35958aeb774b3efff (patch) | |
tree | fe8266973ffa2637b58ee95206ea56dc48377bc4 /www/ap-auth-cookie | |
parent | a45ac7ca966bf5b8cb2bec544cf9fe7ef1ece047 (diff) | |
download | pkgsrc-5c2ded063c246b745cbe88b35958aeb774b3efff.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'www/ap-auth-cookie')
-rw-r--r-- | www/ap-auth-cookie/Makefile | 3 | ||||
-rw-r--r-- | www/ap-auth-cookie/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-auth-cookie/Makefile b/www/ap-auth-cookie/Makefile index adf1929b97e..fb51b1934a1 100644 --- a/www/ap-auth-cookie/Makefile +++ b/www/ap-auth-cookie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2000/09/05 09:33:16 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2001/02/17 17:21:43 wiz Exp $ # # There are a few more mod_auth_cookie's out there doing slightly # different things. This one pkg would be a good place to dump them all in @@ -13,6 +13,7 @@ EXTRACT_SUFX= .gz MAINTAINER= tv@netbsd.org HOMEPAGE= ftp://ftp.kciLink.com/pub/mod_auth_cookie.txt +COMMENT= Cookie-based authentication for Apache DEPENDS+= apache-1.3.*:../../www/apache # For "apxs": diff --git a/www/ap-auth-cookie/pkg/COMMENT b/www/ap-auth-cookie/pkg/COMMENT deleted file mode 100644 index 152d91c83ab..00000000000 --- a/www/ap-auth-cookie/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Cookie-based authentication for Apache |