diff options
author | asami <asami@FreeBSD.org> | 1999-03-10 22:10:51 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-03-10 22:10:51 +0000 |
commit | 5e25cf710d756f4f1253cf79a42a6ec8d9b2db31 (patch) | |
tree | 7f80455bd5407ea83f101d3fdb6262fed1033e0a /misc/30upgrade/Makefile | |
parent | e5323772e7d2cf00e799e02e106fad2dab2fe0dc (diff) | |
download | FreeBSD-ports-5e25cf710d756f4f1253cf79a42a6ec8d9b2db31.zip FreeBSD-ports-5e25cf710d756f4f1253cf79a42a6ec8d9b2db31.tar.gz |
Mention that packages for these kits can be gotten from www.freebsd.org/ports.
Diffstat (limited to 'misc/30upgrade/Makefile')
-rw-r--r-- | misc/30upgrade/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/30upgrade/Makefile b/misc/30upgrade/Makefile index c77131c..148a5f5 100644 --- a/misc/30upgrade/Makefile +++ b/misc/30upgrade/Makefile @@ -3,7 +3,7 @@ # Date created: 17 Dec 1998 # Whom: asami # -# $Id: Makefile,v 1.2 1999/03/08 09:12:20 asami Exp $ +# $Id: Makefile,v 1.3 1999/03/09 20:57:23 asami Exp $ # DISTNAME= 30upgrade-1998.03.08 @@ -15,7 +15,7 @@ MAINTAINER= asami@Freebsd.ORG .include <bsd.port.pre.mk> .if !defined(PACKAGE_BUILDING) -BROKEN= this \"port\" is for building packages for distribution only +BROKEN= this \"port\" is for building packages for distribution only, please get the package from http://www.freebsd.org/ports/ if you need an upgrade .elif ${OSVERSION} < 300000 IGNORE= this needs to be built on a 3.x-stable system .endif |