aboutsummaryrefslogtreecommitdiff
path: root/www/netscape7
diff options
context:
space:
mode:
authorSADA Kenji <sada@FreeBSD.org>2000-04-06 15:30:47 +0000
committerSADA Kenji <sada@FreeBSD.org>2000-04-06 15:30:47 +0000
commit984865ce6bfe2fae29d19b83c32ba1a4110d9b2c (patch)
tree406fceabfbd050afdbdff36a9487d6e3a2e4e529 /www/netscape7
parent9c49ed7f26b922678911c302eec3705f80479959 (diff)
downloadports-984865ce6bfe2fae29d19b83c32ba1a4110d9b2c.tar.gz
ports-984865ce6bfe2fae29d19b83c32ba1a4110d9b2c.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
Notes
Notes: svn path=/head/; revision=27378
Diffstat (limited to 'www/netscape7')
-rw-r--r--www/netscape7/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile
index cf798f4b02b3..2d053bebd4dc 100644
--- a/www/netscape7/Makefile
+++ b/www/netscape7/Makefile
@@ -7,11 +7,11 @@
# $FreeBSD$
#
-DISTNAME= linux-netscape-communicator-${BROWSER_VER}
+DISTNAME= linux-netscape-${BROWSER}-${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= communicator-v472-export.x86-unknown-linuxglibc2.0.tar.gz
+DISTFILES= ${BROWSER}-v472-export.x86-unknown-linuxglibc2.0.tar.gz
MAINTAINER= girgen@partitur.se
@@ -20,13 +20,13 @@ 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= communicator-linux
+BROWSER_ARC= ${BROWSER}-linux
-WRKSRC= ${WRKDIR}/communicator-v472.x86-unknown-linux2.0
+WRKSRC= ${WRKDIR}/${BROWSER}-v472.x86-unknown-linux2.0
USE_LINUX_LIB= yes
-MAILCAP= ${.CURDIR}/files/mailcap
+MAILCAP= ${.CURDIR}/../linux-netscape47-communicator/files/mailcap
NSUBDIR= lib/netscape-linux
.include "../netscape47-communicator/Makefile"