From cdd0355f41835d6d617bdfc19291c7699e198f2d Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 5 Jun 1998 19:38:42 +0000 Subject: Portlint. --- www/ap-auth-cookie/Makefile | 12 ++++++------ www/ap-auth-cookie/pkg/DESCR | 1 - 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'www/ap-auth-cookie') 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. - -- cgit v1.2.3