diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-03-04 23:58:14 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-03-04 23:58:14 +0000 |
commit | 4c9858788f8b8cdb6fd1a536384e4ff1d2936a68 (patch) | |
tree | ff943923ef04327517c55e1e0523f4b102ac688f /www/netscape7 | |
parent | d8ddd419bff38b774eefefea1871c9803e19c8c7 (diff) | |
download | ports-4c9858788f8b8cdb6fd1a536384e4ff1d2936a68.tar.gz ports-4c9858788f8b8cdb6fd1a536384e4ff1d2936a68.zip |
Notes
Diffstat (limited to 'www/netscape7')
-rw-r--r-- | www/netscape7/Makefile | 13 | ||||
-rw-r--r-- | www/netscape7/pkg-plist | 4 |
2 files changed, 10 insertions, 7 deletions
diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile index 7e7134c712d5..a2798bfd4b77 100644 --- a/www/netscape7/Makefile +++ b/www/netscape7/Makefile @@ -7,11 +7,11 @@ # $FreeBSD$ # -DISTNAME= linux-netscape-${BROWSER}-${BROWSER_VER} +DISTNAME= linux-netscape-communicator-${BROWSER_VER} CATEGORIES= www linux -MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/english/4.7/unix/supported/linux20_glibc2/complete_install/ \ - ftp://ftp.sunet.se/pub/www/Netscape/communicator/english/4.7/unix/supported/linux20_glibc2/complete_install/ -DISTFILES= communicator-v47-export.x86-unknown-linuxglibc2.0.tar.gz +MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/english/4.72/unix/supported/linux20_glibc2/complete_install/ \ + ftp://ftp.sunet.se/pub/www/Netscape/communicator/english/4.72/unix/supported/linux20_glibc2/complete_install/ +DISTFILES= communicator-v472-export.x86-unknown-linuxglibc2.0.tar.gz MAINTAINER= girgen@partitur.se @@ -19,7 +19,10 @@ RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base ONLY_FOR_ARCHS= i386 -WRKSRC= ${WRKDIR}/${BROWSER}-v47.x86-unknown-linux2.0 +# don't overwrite the native FreeBSD port's shell script wrapper in ${PREFIX}/bin +BROWSER= communicator-linux + +WRKSRC= ${WRKDIR}/communicator-v472.x86-unknown-linux2.0 # use fake shell REQ script, since we don't require X aout libs. PKGREQ= ${.CURDIR}/pkg/REQ diff --git a/www/netscape7/pkg-plist b/www/netscape7/pkg-plist index 4b2d66504ffe..d9475d58c903 100644 --- a/www/netscape7/pkg-plist +++ b/www/netscape7/pkg-plist @@ -10,7 +10,7 @@ bin/%%BROWSER%%-%%BROWSER_VER%% %%NSUBDIR%%/java/classes/joptio40.jar %%NSUBDIR%%/java/classes/jio40.jar %%NSUBDIR%%/java/classes/jsd10.jar -%%NSUBDIR%%/java/classes/ldap30.jar +%%NSUBDIR%%/java/classes/ldap40.jar %%NSUBDIR%%/java/classes/resource.jar %%NSUBDIR%%/java/classes/scd10.jar %%NSUBDIR%%/java/classes/awt.properties @@ -178,7 +178,7 @@ bin/%%BROWSER%%-%%BROWSER_VER%% %%NSUBDIR%%/spell/netscape.dic %%NSUBDIR%%/spell/pen4s324.dat %%NSUBDIR%%/registry -%%NSUBDIR%%/communicator-4.7.bin +%%NSUBDIR%%/%%BROWSER%%-%%BROWSER_VER%%.bin %%NSUBDIR%%/mailcap @dirrm %%NSUBDIR%%/java/classes/aix @dirrm %%NSUBDIR%%/java/classes/hpux |