summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-09-08 07:47:43 +0000
committerjoerg <joerg@pkgsrc.org>2006-09-08 07:47:43 +0000
commit99c6a75137f2a796611c7b19406f583771e24dd0 (patch)
tree468dcf00e3a91f61125f2db1569a0d8384d93836
parentfa79055deb0c8bee9e48eba80382e9e538924709 (diff)
downloadpkgsrc-99c6a75137f2a796611c7b19406f583771e24dd0.tar.gz
Set EXTRACT_ONLY instead of EXTRACT_CMD, require gzcat.
-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}