diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-05-08 19:20:36 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-05-08 19:20:36 +0000 |
commit | 2ca97395271000874d2328221b58cd299cd59c6a (patch) | |
tree | 7a9ae8ef22a01a797d606e1e69509bd3ff786709 /www/linux-netscape47-communicator | |
parent | bfecfa1413b6051e163b37aad5ade6480c2699b1 (diff) | |
download | ports-2ca97395271000874d2328221b58cd299cd59c6a.tar.gz ports-2ca97395271000874d2328221b58cd299cd59c6a.zip |
Make netscape4 ports use the new wrapper which I've freshly imported
as www/netscape-wrapper.
Approved by: sada (conditionally), o`brien
Notes
Notes:
svn path=/head/; revision=28373
Diffstat (limited to 'www/linux-netscape47-communicator')
-rw-r--r-- | www/linux-netscape47-communicator/Makefile | 3 | ||||
-rw-r--r-- | www/linux-netscape47-communicator/pkg-plist | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/linux-netscape47-communicator/Makefile b/www/linux-netscape47-communicator/Makefile index 7c726b17cc2c..7c4b24b7b0f0 100644 --- a/www/linux-netscape47-communicator/Makefile +++ b/www/linux-netscape47-communicator/Makefile @@ -15,7 +15,8 @@ DISTFILES= ${BROWSER}-v472-export.x86-unknown-linuxglibc2.0.tar.gz MAINTAINER= girgen@partitur.se -RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base +RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base \ + netscape:${PORTSDIR}/www/netscape-wrapper ONLY_FOR_ARCHS= i386 diff --git a/www/linux-netscape47-communicator/pkg-plist b/www/linux-netscape47-communicator/pkg-plist index d9475d58c903..f1a4ef7a5ce2 100644 --- a/www/linux-netscape47-communicator/pkg-plist +++ b/www/linux-netscape47-communicator/pkg-plist @@ -1,7 +1,7 @@ bin/%%BROWSER%%-%%BROWSER_VER%% @exec ln -sf %f %B/%%BROWSER%%-4 -@exec ln -sf %%BROWSER%%-4 %B/netscape -@unexec rm -f %B/netscape +@exec ln -sf %%BROWSER%%-4 %B/netscape.run +@unexec rm -f %B/netscape.run @unexec rm -f %B/%%BROWSER%%-4 %%NSUBDIR%%/java/classes/ifc11.jar %%NSUBDIR%%/java/classes/iiop10.jar |