diff options
author | sada <sada@FreeBSD.org> | 2000-04-06 23:30:47 +0800 |
---|---|---|
committer | sada <sada@FreeBSD.org> | 2000-04-06 23:30:47 +0800 |
commit | 1a9ffdbc96a4f1ae94e3c17fcbc9e668ada70e25 (patch) | |
tree | 2aae1c1725667e31422a8e94dab330cb02d67c0f /www/linux-netscape47-navigator | |
parent | e3acf80b767c9cb7499e46ea639b2590893527f5 (diff) | |
download | freebsd-ports-gnome-1a9ffdbc96a4f1ae94e3c17fcbc9e668ada70e25.tar.gz freebsd-ports-gnome-1a9ffdbc96a4f1ae94e3c17fcbc9e668ada70e25.tar.zst freebsd-ports-gnome-1a9ffdbc96a4f1ae94e3c17fcbc9e668ada70e25.zip |
Make the port l-n47-n to include l-n47-c's Makefile
and to be easy to maintain.
Change maintainer of l-n47-n.
Approved by: maintainers
Diffstat (limited to 'www/linux-netscape47-navigator')
-rw-r--r-- | www/linux-netscape47-navigator/Makefile | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/www/linux-netscape47-navigator/Makefile b/www/linux-netscape47-navigator/Makefile index 85b64b948580..87d05ba93c4b 100644 --- a/www/linux-netscape47-navigator/Makefile +++ b/www/linux-netscape47-navigator/Makefile @@ -7,26 +7,6 @@ # $FreeBSD$ # -DISTNAME= linux-netscape-navigator-${BROWSER_VER} -CATEGORIES= www linux -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= navigator-v472-export.x86-unknown-linuxglibc2.0.tar.gz +BROWSER= navigator -MAINTAINER= dirk@FreeBSD.org - -RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base - -ONLY_FOR_ARCHS= i386 - -# don't overwrite the native FreeBSD port's shell script wrapper in ${PREFIX}/bin -BROWSER= navigator-linux - -WRKSRC= ${WRKDIR}/navigator-v472.x86-unknown-linux2.0 - -USE_LINUX_LIB= yes - -MAILCAP= ${.CURDIR}/files/mailcap -NSUBDIR= lib/netscape-linux - -.include "../netscape47-communicator/Makefile" +.include "../linux-netscape47-communicator/Makefile" |