diff options
author | asami <asami@FreeBSD.org> | 1999-03-11 06:10:51 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-03-11 06:10:51 +0800 |
commit | 5e25cf710d756f4f1253cf79a42a6ec8d9b2db31 (patch) | |
tree | 7f80455bd5407ea83f101d3fdb6262fed1033e0a /misc/31upgrade | |
parent | e5323772e7d2cf00e799e02e106fad2dab2fe0dc (diff) | |
download | freebsd-ports-gnome-5e25cf710d756f4f1253cf79a42a6ec8d9b2db31.tar.gz freebsd-ports-gnome-5e25cf710d756f4f1253cf79a42a6ec8d9b2db31.tar.zst freebsd-ports-gnome-5e25cf710d756f4f1253cf79a42a6ec8d9b2db31.zip |
Mention that packages for these kits can be gotten from www.freebsd.org/ports.
Diffstat (limited to 'misc/31upgrade')
-rw-r--r-- | misc/31upgrade/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/31upgrade/Makefile b/misc/31upgrade/Makefile index 960c568a6624..530c7fff9e66 100644 --- a/misc/31upgrade/Makefile +++ b/misc/31upgrade/Makefile @@ -3,7 +3,7 @@ # Date created: 8 Mar 1999 # Whom: asami # -# $Id: Makefile,v 1.1.1.1 1999/03/08 09:06:48 asami Exp $ +# $Id: Makefile,v 1.2 1999/03/09 20:57:23 asami Exp $ # DISTNAME= 31upgrade-1999.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} < 310000 IGNORE= this needs to be built on a 3.1-stable system .endif |