summaryrefslogtreecommitdiff
path: root/www/ap-auth-cookie
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:18:15 +0000
committeragc <agc>2004-01-20 12:18:15 +0000
commit1e53090cc228edde244c3b79950271b8ca469b1f (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /www/ap-auth-cookie
parent0bc53217fe50327f0f59e7136db15f92f75951d9 (diff)
downloadpkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
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 717acbd59fe..19564baa226 100644
--- a/www/ap-auth-cookie/Makefile
+++ b/www/ap-auth-cookie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2003/07/17 22:55:22 grant Exp $
+# $NetBSD: Makefile,v 1.31 2004/01/20 12:27:58 agc 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,7 +6,6 @@
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
@@ -15,6 +14,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= ftp://ftp.kciLink.com/pub/mod_auth_cookie.txt
COMMENT= Cookie-based authentication for Apache
+WRKSRC= ${WRKDIR}
USE_BUILDLINK2= YES
EXTRACT_CMD= ${DO_NADA}