diff options
author | asami <asami@FreeBSD.org> | 1998-04-04 07:36:46 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-04-04 07:36:46 +0000 |
commit | 8164d42b2597272494b6e8f70a3f4df7cf0dd501 (patch) | |
tree | a8aadaa54c5092dfdf312c497a75fc8485e6b827 /www/netscape3 | |
parent | 1a311b256ca434628b11083519addf1585aba22d (diff) | |
download | FreeBSD-ports-8164d42b2597272494b6e8f70a3f4df7cf0dd501.zip FreeBSD-ports-8164d42b2597272494b6e8f70a3f4df7cf0dd501.tar.gz |
Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn't
depend on ordering in the parent Makefiles for the links to be created
correctly.
Diffstat (limited to 'www/netscape3')
-rw-r--r-- | www/netscape3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/netscape3/Makefile b/www/netscape3/Makefile index b202820..d0b0624 100644 --- a/www/netscape3/Makefile +++ b/www/netscape3/Makefile @@ -3,7 +3,7 @@ # Date created: 21 August 1995 # Whom: asami # -# $Id: Makefile,v 1.20 1998/03/15 15:10:38 markm Exp $ +# $Id: Makefile,v 1.21 1998/03/16 15:38:37 markm Exp $ # DISTNAME= netscape-3.04 @@ -13,6 +13,7 @@ DISTFILES= netscape-v304-export.x86-unknown-bsd.tar.gz MAINTAINER= ports@FreeBSD.ORG +NO_LATEST_LINK= yes NO_WRKSUBDIR= yes .if defined(GOLD) |