summaryrefslogtreecommitdiff
path: root/www/ap-auth-cookie
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-03-29 12:40:00 +0000
committerjmmv <jmmv>2003-03-29 12:40:00 +0000
commit95b3e3e2360a18f5efbc61ef85a063b7481be09f (patch)
treefaa47d38b96f7c3d479f826963ddfdc99b66acc3 /www/ap-auth-cookie
parent4815b5463ae62763c7f76ef59cf137fd64490912 (diff)
downloadpkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'www/ap-auth-cookie')
-rw-r--r--www/ap-auth-cookie/Makefile4
1 files changed, 2 insertions, 2 deletions
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