diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-01-25 03:22:00 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-01-25 03:22:00 +0000 |
commit | b10a8d649621a3fa7ff09cd05a025e129c96334d (patch) | |
tree | e79426ce62a6aba1218e0a3de561a6f01e1cdbe3 /www | |
parent | - Update to 3.2a. (diff) |
Adjust NO_LATEST_LINKs, 47 is the latest and nothing else is.
Notes
Notes:
svn path=/head/; revision=25049
Diffstat (limited to '')
-rw-r--r-- | www/bsdi-netscape47-communicator/Makefile | 1 | ||||
-rw-r--r-- | www/netscape3-gold/Makefile | 1 | ||||
-rw-r--r-- | www/netscape4-communicator.us/Makefile | 1 | ||||
-rw-r--r-- | www/netscape4-communicator/Makefile | 5 | ||||
-rw-r--r-- | www/netscape4-navigator/Makefile | 1 | ||||
-rw-r--r-- | www/netscape47-communicator/Makefile | 1 | ||||
-rw-r--r-- | www/netscape48-communicator/Makefile | 5 |
7 files changed, 13 insertions, 2 deletions
diff --git a/www/bsdi-netscape47-communicator/Makefile b/www/bsdi-netscape47-communicator/Makefile index ecbadab9ba4f..468deb02089b 100644 --- a/www/bsdi-netscape47-communicator/Makefile +++ b/www/bsdi-netscape47-communicator/Makefile @@ -21,7 +21,6 @@ DISTFILES?= communicator-v47-export.alpha-dec-osf4.0.tar.gz ONLY_FOR_ARCHS= i386 alpha MASTERDIR= ${.CURDIR}/../netscape4-communicator -NO_LATEST_LINK= yes .if ${ARCH} == "i386" WRKSRC?= ${WRKDIR}/${BROWSER}-v47.x86-unknown-freebsd .elif ${ARCH} == "alpha" diff --git a/www/netscape3-gold/Makefile b/www/netscape3-gold/Makefile index 3ac41bfc4952..fe4824e8c0ce 100644 --- a/www/netscape3-gold/Makefile +++ b/www/netscape3-gold/Makefile @@ -12,5 +12,6 @@ MASTER_SITES= ftp://archive:oldies@archive.netscape.com/archive/navigator/3.04/s DIST_SUBDIR= gold COMMENT= ${.CURDIR}/pkg/COMMENT MASTERDIR= ${.CURDIR}/../netscape3 +NO_LATEST_LINK= yes .include "${MASTERDIR}/Makefile" diff --git a/www/netscape4-communicator.us/Makefile b/www/netscape4-communicator.us/Makefile index e342f98a9b72..07d157c6c060 100644 --- a/www/netscape4-communicator.us/Makefile +++ b/www/netscape4-communicator.us/Makefile @@ -18,6 +18,7 @@ Y2K= http://home.netscape.com/products/year2000/faq/client.html RUN_DEPENDS= /compat/linux/lib/ld-linux.so.1:${PORTSDIR}/emulators/linux_base RESTRICTED= "Commerial & USA ITAR export restrictions" +NO_LATEST_LINK= yes ONLY_FOR_ARCHS= i386 NO_FETCH= yes diff --git a/www/netscape4-communicator/Makefile b/www/netscape4-communicator/Makefile index 415d2ab4602f..9229a76a932a 100644 --- a/www/netscape4-communicator/Makefile +++ b/www/netscape4-communicator/Makefile @@ -15,6 +15,11 @@ MAINTAINER?= sada@FreeBSD.org Y2K= http://home.netscape.com/products/year2000/faq/client.html +.if !defined(INFILE_HEAD) +# not included from master ports +NO_LATEST_LINK= yes +.endif + USE_XLIB= yes NO_BUILD= yes NO_FILTER_SHLIBS= yes diff --git a/www/netscape4-navigator/Makefile b/www/netscape4-navigator/Makefile index f88f015b235f..c71fee04d56e 100644 --- a/www/netscape4-navigator/Makefile +++ b/www/netscape4-navigator/Makefile @@ -10,6 +10,7 @@ MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/${BROWSER_VER}/english/uni DISTFILES= navigator-v408-export.x86-unknown-freebsd.tar.gz MASTERDIR= ${.CURDIR}/../netscape4-communicator +NO_LATEST_LINK= yes BROWSER= navigator INFILE_HEAD= 'Navigator,4.08.0.98306' diff --git a/www/netscape47-communicator/Makefile b/www/netscape47-communicator/Makefile index ecbadab9ba4f..468deb02089b 100644 --- a/www/netscape47-communicator/Makefile +++ b/www/netscape47-communicator/Makefile @@ -21,7 +21,6 @@ DISTFILES?= communicator-v47-export.alpha-dec-osf4.0.tar.gz ONLY_FOR_ARCHS= i386 alpha MASTERDIR= ${.CURDIR}/../netscape4-communicator -NO_LATEST_LINK= yes .if ${ARCH} == "i386" WRKSRC?= ${WRKDIR}/${BROWSER}-v47.x86-unknown-freebsd .elif ${ARCH} == "alpha" diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index 415d2ab4602f..9229a76a932a 100644 --- a/www/netscape48-communicator/Makefile +++ b/www/netscape48-communicator/Makefile @@ -15,6 +15,11 @@ MAINTAINER?= sada@FreeBSD.org Y2K= http://home.netscape.com/products/year2000/faq/client.html +.if !defined(INFILE_HEAD) +# not included from master ports +NO_LATEST_LINK= yes +.endif + USE_XLIB= yes NO_BUILD= yes NO_FILTER_SHLIBS= yes |