summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2006-09-10 03:49:06 +0000
committerobache <obache@pkgsrc.org>2006-09-10 03:49:06 +0000
commit684f9b67be915352643940fa54a413b1358f96b2 (patch)
tree922e8bb795189d436eb47dbf11765f39854a2c96
parent4e8551d085c69488f29f39289ca591cb8477f849 (diff)
downloadpkgsrc-684f9b67be915352643940fa54a413b1358f96b2.tar.gz
Already using un-zipped file, so no need to use gzcat.
-rw-r--r--www/ap-auth-cookie/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/www/ap-auth-cookie/Makefile b/www/ap-auth-cookie/Makefile
index 0cb90f941d1..fc744635725 100644
--- a/www/ap-auth-cookie/Makefile
+++ b/www/ap-auth-cookie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2006/09/08 07:47:43 joerg Exp $
+# $NetBSD: Makefile,v 1.42 2006/09/10 03:49:06 obache 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
@@ -24,10 +24,8 @@ 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}) \
+do-extract:
+ @(${ECHO} '#include "ap_compat.h"'; ${CAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}) \
>${WRKSRC}/${DISTNAME}
.include "../../www/apache/module.mk"