summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2006-02-07 22:33:44 +0000
committertron <tron@pkgsrc.org>2006-02-07 22:33:44 +0000
commit31739c0394c5274aec4bde9e1ea990a22ec68b55 (patch)
treef5478a0cfa49b9311175fcfd8a98ee9e5d154b78 /www
parentacca5866d1933d787897f763cc93f25891347396 (diff)
downloadpkgsrc-31739c0394c5274aec4bde9e1ea990a22ec68b55.tar.gz
Use "GZCAT" instead of obsolete "DECOMPRESS_CMD" to fix the installation
of this package.
Diffstat (limited to 'www')
-rw-r--r--www/navigator/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/navigator/Makefile.common b/www/navigator/Makefile.common
index d6b273fb0bd..6c4b769c384 100644
--- a/www/navigator/Makefile.common
+++ b/www/navigator/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.79 2005/12/05 20:51:13 rillig Exp $
+# $NetBSD: Makefile.common,v 1.80 2006/02/07 22:33:44 tron Exp $
#
# Common include file for communicator and navigator packages
@@ -208,9 +208,9 @@ do-install:
jsd10.jar ldap${LDAP_VERS}.jar resource.jar scd10.jar
${INSTALL_DATA} ${WRKSRC}/${file} ${MOZILLA_HOME}/java/classes
. endfor
- cd ${MOZILLA_HOME} && ${DECOMPRESS_CMD} \
+ cd ${MOZILLA_HOME} && ${GZCAT} \
${WRKSRC}/nethelp-v${NS_VERS_SHORT}.nif | ${PAX} -r
- cd ${MOZILLA_HOME} && ${DECOMPRESS_CMD} \
+ cd ${MOZILLA_HOME} && ${GZCAT} \
${WRKSRC}/netscape-v${NS_VERS_SHORT}.nif | ${PAX} -cr \
'*libflashplayer.so' '*ShockwaveFlash.class' '*dynMotif*' \
|| ${TRUE}