diff options
author | joerg <joerg> | 2006-09-08 07:47:43 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-09-08 07:47:43 +0000 |
commit | 4e90308dd4d4666577e2cce6e5bcf3c5f60879d2 (patch) | |
tree | 468dcf00e3a91f61125f2db1569a0d8384d93836 /www/ap-auth-cookie | |
parent | d39c2d400da556dd21afca1bac9d9de2f63acd46 (diff) | |
download | pkgsrc-4e90308dd4d4666577e2cce6e5bcf3c5f60879d2.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/Makefile | 6 |
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} |