aboutsummaryrefslogtreecommitdiffstats
path: root/www/linux-netscape6
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2000-12-27 09:04:56 +0800
committertrevor <trevor@FreeBSD.org>2000-12-27 09:04:56 +0800
commit73ac148889ba57f2803c445cee6fda0ed5aeb18b (patch)
tree6304bc1d5e0abca6f5e13067eb5de17e5614f840 /www/linux-netscape6
parent89d1e5dc4e4522606922c35d57b820c3673d4c65 (diff)
downloadfreebsd-ports-gnome-73ac148889ba57f2803c445cee6fda0ed5aeb18b.tar.gz
freebsd-ports-gnome-73ac148889ba57f2803c445cee6fda0ed5aeb18b.tar.zst
freebsd-ports-gnome-73ac148889ba57f2803c445cee6fda0ed5aeb18b.zip
Add some FTP sites. Add a DIST_SUBDIR, because the name of the
distfile indicates neither the revision nor the language (there are French and Japanese versions too, and all the distfiles have the same name). Take out a debugging echo.
Diffstat (limited to 'www/linux-netscape6')
-rw-r--r--www/linux-netscape6/Makefile18
1 files changed, 16 insertions, 2 deletions
diff --git a/www/linux-netscape6/Makefile b/www/linux-netscape6/Makefile
index 4e708223cb00..3c20890da6fb 100644
--- a/www/linux-netscape6/Makefile
+++ b/www/linux-netscape6/Makefile
@@ -8,8 +8,23 @@
PORTNAME= linux-netscape
PORTVERSION= 6.0
CATEGORIES= www linux
-MASTER_SITES= ftp://ftp.netscape.com/pub/netscape6/english/6.0/unix/linux22/sea/
+MASTER_SITES= ftp://ftp.netscape.com/pub/netscape6/english/${PORTVERSION}/unix/linux22/sea/ \
+ ftp://ftp.cadvision.com/pub/linuxberg/files/ \
+ ftp://ftp.proxad.net/mirrors/ftp.linuxberg.com/files/ \
+ ftp://ftp.datacomm.ch/.3/linuxberg/files/ \
+ ftp://ftp.inter-i.uni-mainz.de/pub/Software/windows9x/Netz/Browser/Netscape_Communicator_6_linux22_english/ \
+ ftp://ftp.ptb.de/pub/WWW/Netscape/unix/ \
+ ftp://ftp.darenet.dk/mirrors/mirror.linuxberg.com/files/ \
+ ftp://ftp.info.univ-angers.fr/pub/linux/netscape6-english/ \
+ ftp://ftp.chemo.tuniv.szczecin.pl/dsk4/www.linuxberg.com/files/ \
+ ftp://ftp.uakom.sk/pub/linuxberg/files/ \
+ ftp://ftp.dei.uc.pt/.disk2/linuxberg/files/ \
+ ftp://ftp.is.co.za/packages/linuxberg/files/ \
+ ftp://ftp.matrix.com.br/pub/linuxberg/files/ \
+ ftp://ftp.duth.gr/pub/linuxberg/files/ \
+ ftp://ftp.rndavia.ru/pub/linux/
DISTNAME= netscape-i686-pc-linux-gnu-sea
+DIST_SUBDIR= netscape6/english/${PORTVERSION}
MAINTAINER= trevor@FreeBSD.org
@@ -55,7 +70,6 @@ pre-install:
${ECHO} bin/${STARTUP_CMD} > ${PLIST}
cd ${WRKSRC}/bin; for i in `find * \! -type d | sort`; do \
${ECHO} lib/linux-netscape6/$${i} >> ${PLIST}; \
- ${ECHO} $${i}; \
done
cd ${WRKSRC}/bin; \
for i in `find -d * -type d`; do \