diff options
author | tron <tron@pkgsrc.org> | 2006-02-07 22:33:44 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-02-07 22:33:44 +0000 |
commit | 081e900dece331a43eab6312fe1e5e2fcd978cc6 (patch) | |
tree | f5478a0cfa49b9311175fcfd8a98ee9e5d154b78 /www | |
parent | 5a3637493b67cb7d970f9b31d42e773992a962d9 (diff) | |
download | pkgsrc-081e900dece331a43eab6312fe1e5e2fcd978cc6.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.common | 6 |
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} |