pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/navigator Use tar instead of gtar; remove gtar fro...
details: https://anonhg.NetBSD.org/pkgsrc/rev/02d80437c101
branches: trunk
changeset: 494231:02d80437c101
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat May 21 12:42:35 2005 +0000
description:
Use tar instead of gtar; remove gtar from tools.
diffstat:
www/navigator/Makefile.common | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (29 lines):
diff -r 77a5887d170f -r 02d80437c101 www/navigator/Makefile.common
--- a/www/navigator/Makefile.common Sat May 21 12:29:02 2005 +0000
+++ b/www/navigator/Makefile.common Sat May 21 12:42:35 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.75 2005/05/16 01:15:34 jlam Exp $
+# $NetBSD: Makefile.common,v 1.76 2005/05/21 12:42:35 wiz Exp $
#
# Common include file for communicator and navigator packages
@@ -11,10 +11,6 @@
NS_ENCRYPTION= us
LDAP_VERS= 40
-.if ${BINNAME} == "communicator"
-PKGSRC_USE_TOOLS+= gtar
-.endif
-
MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/${SUB}/ \
ftp://ftp.de.netscape.com/pub/communicator/${SUB}/ \
ftp://ftp-uk.netscape.com/pub/communicator/${SUB}/ \
@@ -218,7 +214,7 @@
'*libflashplayer.so' '*ShockwaveFlash.class' '*dynMotif*' \
|| ${TRUE}
. if ${BINNAME} == "communicator"
- cd ${MOZILLA_HOME} && ${GTAR} xpzf ${WRKSRC}/spellchk-v${NS_VERS_SHORT}.nif
+ cd ${MOZILLA_HOME} && ${TAR} -xpzf ${WRKSRC}/spellchk-v${NS_VERS_SHORT}.nif
. endif
${SED} -e 's#@@MOZILLA_HOME@@#${MOZILLA_HOME}#g' \
Home |
Main Index |
Thread Index |
Old Index