From 95b3e3e2360a18f5efbc61ef85a063b7481be09f Mon Sep 17 00:00:00 2001 From: jmmv Date: Sat, 29 Mar 2003 12:40:00 +0000 Subject: Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. --- www/ap-auth-cookie/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/ap-auth-cookie') diff --git a/www/ap-auth-cookie/Makefile b/www/ap-auth-cookie/Makefile index f26c930aff1..23c4ecd8015 100644 --- a/www/ap-auth-cookie/Makefile +++ b/www/ap-auth-cookie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2003/03/24 23:15:34 jmc Exp $ +# $NetBSD: Makefile,v 1.27 2003/03/29 12:42:47 jmmv 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 @@ -6,6 +6,7 @@ DISTNAME= mod_auth_cookie.c PKGNAME= ap-auth-cookie-1.9 +WRKSRC= ${WRKDIR} CATEGORIES= www MASTER_SITES= ftp://ftp.kciLink.com/pub/ EXTRACT_SUFX= .gz @@ -17,7 +18,6 @@ COMMENT= Cookie-based authentication for Apache USE_BUILDLINK2= YES EXTRACT_CMD= ${DO_NADA} -WRKSRC= ${WRKDIR} APACHE_MODULE_NAME= mod_auth_cookie.so -- cgit v1.2.3