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/netscape3-gold | |
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 'www/netscape3-gold')
-rw-r--r-- | www/netscape3-gold/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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" |