diff options
author | tv <tv@pkgsrc.org> | 1998-06-05 19:38:42 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-06-05 19:38:42 +0000 |
commit | 97ad086e397f9bc29d406f3839b8b124ba0d7ec2 (patch) | |
tree | 7f91d3dd53bbc29796e356e2b9ea39a43e2d3336 /www/ap-auth-cookie | |
parent | 39e380d5f68bb80d9b72379f8632bab999f7fa27 (diff) | |
download | pkgsrc-97ad086e397f9bc29d406f3839b8b124ba0d7ec2.tar.gz |
Portlint.
Diffstat (limited to 'www/ap-auth-cookie')
-rw-r--r-- | www/ap-auth-cookie/Makefile | 12 | ||||
-rw-r--r-- | www/ap-auth-cookie/pkg/DESCR | 1 |
2 files changed, 6 insertions, 7 deletions
diff --git a/www/ap-auth-cookie/Makefile b/www/ap-auth-cookie/Makefile index f27a9189cb9..cff695a4cf7 100644 --- a/www/ap-auth-cookie/Makefile +++ b/www/ap-auth-cookie/Makefile @@ -1,22 +1,22 @@ -# $NetBSD: Makefile,v 1.1 1998/06/04 20:41:09 tv Exp $ +# $NetBSD: Makefile,v 1.2 1998/06/05 19:38:42 tv 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 # one. DISTNAME= mod_auth_cookie.c -PKGNAME= ap-auth-cookie -WRKSRC= ${WRKDIR} +PKGNAME= ap-auth-cookie-1.6 +NO_WRKSUBDIR= yes CATEGORIES= www MASTER_SITES= ftp://ftp.kciLink.com/pub/ -EXTRACT_CMD= ${DO_NADA} EXTRACT_SUFX= .gz MAINTAINER= tv@netbsd.org -DEPENDS+= apache-1.3b7:../apache +DEPENDS+= apache-1.3b7:../../www/apache + USE_PERL5= yes # for "apxs" +EXTRACT_CMD= ${DO_NADA} post-extract: @(${ECHO} '#include "compat.h"'; ${GZIP_CMD} -dc ${DISTDIR}/${DISTFILES}) \ diff --git a/www/ap-auth-cookie/pkg/DESCR b/www/ap-auth-cookie/pkg/DESCR index 20adcba4dc4..4ee1ad36fd4 100644 --- a/www/ap-auth-cookie/pkg/DESCR +++ b/www/ap-auth-cookie/pkg/DESCR @@ -2,4 +2,3 @@ mod_auth_cookie.c allows a Basic authentication string to be encoded into a cookie (using "Header set" from mod_headers). When a request comes in, both the standard Basic auth field Authorization: and the specified cookie are checked for auth info. - |