diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-03-10 22:10:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-03-10 22:10:51 +0000 |
commit | cdbdabef49f5c1310c1dd26f7143a92b44b9b102 (patch) | |
tree | 82e703e94bc6a1d1b12bb82f84c89b55bf95ebf2 /misc/30upgrade | |
parent | 2d5b8efd45236a4590c247f9712e38c13c95290b (diff) | |
download | freebsd-ports-cdbdabef49f5c1310c1dd26f7143a92b44b9b102.zip |
Mention that packages for these kits can be gotten from www.freebsd.org/ports.
Diffstat (limited to 'misc/30upgrade')
-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 c77131c19f1c..148a5f502359 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 |