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 Already using un-zipped file, so no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54a2f5cef6f6
branches:  trunk
changeset: 518450:54a2f5cef6f6
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Sep 10 03:49:06 2006 +0000

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

diffstat:

 www/ap-auth-cookie/Makefile |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (22 lines):

diff -r 852b68406905 -r 54a2f5cef6f6 www/ap-auth-cookie/Makefile
--- a/www/ap-auth-cookie/Makefile       Sun Sep 10 02:53:55 2006 +0000
+++ b/www/ap-auth-cookie/Makefile       Sun Sep 10 03:49:06 2006 +0000
@@ -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 @@
 
 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"



Home | Main Index | Thread Index | Old Index