diff options
author | asami <asami@FreeBSD.org> | 1998-08-31 08:43:01 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-31 08:43:01 +0000 |
commit | 8736fd767c21f73e051a7bc77a9e9f0c68181d2e (patch) | |
tree | ce2c1d2364bf41bac9632945b26bedecc524336b /www/bsdi-netscape47-communicator | |
parent | 53eb6291bcc6ca9e8ab5ad9520143895cdbed465 (diff) | |
download | FreeBSD-ports-8736fd767c21f73e051a7bc77a9e9f0c68181d2e.zip FreeBSD-ports-8736fd767c21f73e051a7bc77a9e9f0c68181d2e.tar.gz |
Define NO_LATEST_LINK, this is a beta.
Diffstat (limited to 'www/bsdi-netscape47-communicator')
-rw-r--r-- | www/bsdi-netscape47-communicator/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/bsdi-netscape47-communicator/Makefile b/www/bsdi-netscape47-communicator/Makefile index 698e0c8..6aa20d4 100644 --- a/www/bsdi-netscape47-communicator/Makefile +++ b/www/bsdi-netscape47-communicator/Makefile @@ -3,7 +3,7 @@ # Date created: 24 Feb 1997 # Whom: thepish # -# $Id: Makefile,v 1.1.1.1 1998/08/18 15:17:21 thepish Exp $ +# $Id: Makefile,v 1.22 1998/08/30 03:10:14 thepish Exp $ # DISTNAME= netscape-communicator-4.5 @@ -13,6 +13,7 @@ DISTFILES= communicator-v45b1-export.x86-unknown-freebsd.tar.gz MAINTAINER= thepish@FreeBSD.ORG +NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/communicator-v45b1.x86-unknown-freebsd NO_BUILD= Yes |