From d703b691caa570ce0f4bb08be4e084d9bd4c6d99 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 15 May 2005 21:54:50 +0000 Subject: Use gzcat instead of "gzip -dc". --- www/ap-auth-cookie/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/ap-auth-cookie/Makefile b/www/ap-auth-cookie/Makefile index df7446c0895..e462b3b0dd0 100644 --- a/www/ap-auth-cookie/Makefile +++ b/www/ap-auth-cookie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2005/04/11 21:47:49 tv Exp $ +# $NetBSD: Makefile,v 1.34 2005/05/15 21:54:50 jlam 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 @@ -23,7 +23,7 @@ APACHE_MODULE_NAME= mod_auth_cookie.so DIST_SUBDIR= ${PKGNAME} post-extract: - @(${ECHO} '#include "ap_compat.h"'; ${GZIP_CMD} -dc ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}) \ + @(${ECHO} '#include "ap_compat.h"'; ${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES}) \ >${WRKSRC}/${DISTNAME} .include "../../www/apache/module.mk" -- cgit v1.2.3