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 Set EXTRACT_ONLY instead of EXTRACT...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76831588725a
branches:  trunk
changeset: 518400:76831588725a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Sep 08 07:47:43 2006 +0000

description:
Set EXTRACT_ONLY instead of EXTRACT_CMD, require gzcat.

diffstat:

 www/ap-auth-cookie/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r ee8ef02c86c3 -r 76831588725a www/ap-auth-cookie/Makefile
--- a/www/ap-auth-cookie/Makefile       Fri Sep 08 07:45:40 2006 +0000
+++ b/www/ap-auth-cookie/Makefile       Fri Sep 08 07:47:43 2006 +0000
@@ -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 @@
 
 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}



Home | Main Index | Thread Index | Old Index