diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /www/ap-auth-cookie | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.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/Makefile | 4 |
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 |