diff options
author | Tom Hukins <tom@FreeBSD.org> | 2001-04-12 18:56:15 +0000 |
---|---|---|
committer | Tom Hukins <tom@FreeBSD.org> | 2001-04-12 18:56:15 +0000 |
commit | 8ffda0cd72dbccba833e5dee5372e291458a6e0c (patch) | |
tree | a382734c3a170c083322e515adadc11e7e3c5634 /www/linux-netscape4 | |
parent | Update to the latest snapshot plus a fix against malloc race issue. (diff) |
Fix MASTER_SITES and pass MAINTAINER back to ports@FreeBSD.org.
Notes
Notes:
svn path=/head/; revision=41323
Diffstat (limited to 'www/linux-netscape4')
-rw-r--r-- | www/linux-netscape4/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/linux-netscape4/Makefile b/www/linux-netscape4/Makefile index 45df792a3d5d..025300417d7e 100644 --- a/www/linux-netscape4/Makefile +++ b/www/linux-netscape4/Makefile @@ -8,13 +8,11 @@ PORTNAME= linux-netscape PORTVERSION= 4.08 CATEGORIES= www linux -MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.08/english/unix/supported/linux20/base_install/ \ - ftp://sunsite.doc.ic.ac.uk/Mirrors/ftp.netscape.com/pub/communicator/4.08/english/unix/supported/linux20/base_install/ \ - ftp://ftp.funet.fi/pub/mirrors/ftp.netscape.com/pub/communicator/4.08/english/unix/supported/linux20/base_install/ \ - ftp://ftp.sunsite.auc.dk/disk4/mirrorsite.netscape.com/pub/communicator/4.08/english/unix/supported/linux20/base_install/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= tom DISTNAME= communicator-v408-export.x86-unknown-linux2.0_libc5 -MAINTAINER= tom@eborcom.com +MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base \ netscape:${PORTSDIR}/www/netscape-wrapper |