summaryrefslogtreecommitdiff
path: root/www/ap-auth-cookie
diff options
context:
space:
mode:
authorjoerg <joerg>2006-09-08 07:47:43 +0000
committerjoerg <joerg>2006-09-08 07:47:43 +0000
commit75dc5e7247b763b1a106e454d58a912ceb7e311f (patch)
tree468dcf00e3a91f61125f2db1569a0d8384d93836 /www/ap-auth-cookie
parentae1dc99569fc6d7c3207d67a99283a284f297a5c (diff)
downloadpkgsrc-75dc5e7247b763b1a106e454d58a912ceb7e311f.tar.gz
Set EXTRACT_ONLY instead of EXTRACT_CMD, require gzcat.
Diffstat (limited to 'www/ap-auth-cookie')
-rw-r--r--www/ap-auth-cookie/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/ap-auth-cookie/Makefile b/www/ap-auth-cookie/Makefile
index 3a78cc2f31c..0cb90f941d1 100644
--- a/www/ap-auth-cookie/Makefile
+++ b/www/ap-auth-cookie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2006/07/21 16:24:37 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2006/09/08 07:47:43 joerg 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
@@ -18,12 +18,14 @@ CONFLICTS= ap-auth-cookie-[0-9]*
WRKSRC= ${WRKDIR}
-EXTRACT_CMD= ${DO_NADA}
+EXTRACT_ONLY= # empty
APACHE_MODULE_NAME= mod_auth_cookie.so
DIST_SUBDIR= ${PKGNAME_NOREV}
+USE_TOOLS+= gzcat
+
post-extract:
@(${ECHO} '#include "ap_compat.h"'; ${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}) \
>${WRKSRC}/${DISTNAME}