Already using un-zipped file, so no need to use gzcat.

This commit is contained in:
obache 2006-09-10 03:49:06 +00:00
parent 67f46792e2
commit 86c7c2d2c9

View file

@ -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 # 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 # 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} DIST_SUBDIR= ${PKGNAME_NOREV}
USE_TOOLS+= gzcat do-extract:
@(${ECHO} '#include "ap_compat.h"'; ${CAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}) \
post-extract:
@(${ECHO} '#include "ap_compat.h"'; ${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}) \
>${WRKSRC}/${DISTNAME} >${WRKSRC}/${DISTNAME}
.include "../../www/apache/module.mk" .include "../../www/apache/module.mk"