pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ap-auth-cookie Use gzcat instead of "gzip -dc".
details: https://anonhg.NetBSD.org/pkgsrc/rev/f03ef9f8ad97
branches: trunk
changeset: 493852:f03ef9f8ad97
user: jlam <jlam%pkgsrc.org@localhost>
date: Sun May 15 21:54:50 2005 +0000
description:
Use gzcat instead of "gzip -dc".
diffstat:
www/ap-auth-cookie/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 701bcdce530d -r f03ef9f8ad97 www/ap-auth-cookie/Makefile
--- a/www/ap-auth-cookie/Makefile Sun May 15 21:52:10 2005 +0000
+++ b/www/ap-auth-cookie/Makefile Sun May 15 21:54:50 2005 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index