summaryrefslogtreecommitdiff
path: root/misc/30upgrade
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-03-09 20:57:23 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-03-09 20:57:23 +0000
commite3f517404ebc174307f8f09c817567337b4fd0ed (patch)
tree951ba5c5476b6b0b04cd9e3a7c9a4201c0c9ae08 /misc/30upgrade
parentUpdate ORBacus to 3.1.2 and use the egcs compiler. (diff)
Don't build these if PACKAGE_BUILDING -- these are useless as regular
ports, and are used only for building packages.
Notes
Notes: svn path=/head/; revision=17120
Diffstat (limited to 'misc/30upgrade')
-rw-r--r--misc/30upgrade/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/30upgrade/Makefile b/misc/30upgrade/Makefile
index c788f5be0507..c77131c19f1c 100644
--- a/misc/30upgrade/Makefile
+++ b/misc/30upgrade/Makefile
@@ -1,9 +1,9 @@
-# New ports collection makefile for: 3.1R to 3.1-stable upgrade kit
+# New ports collection makefile for: 3.0R to 3.1-stable upgrade kit
# Version required: n/a
# Date created: 17 Dec 1998
# Whom: asami
#
-# $Id: Makefile,v 1.1.1.1 1998/12/17 23:42:20 asami Exp $
+# $Id: Makefile,v 1.2 1999/03/08 09:12:20 asami Exp $
#
DISTNAME= 30upgrade-1998.03.08
@@ -14,7 +14,9 @@ MAINTAINER= asami@Freebsd.ORG
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 300000
+.if !defined(PACKAGE_BUILDING)
+BROKEN= this \"port\" is for building packages for distribution only
+.elif ${OSVERSION} < 300000
IGNORE= this needs to be built on a 3.x-stable system
.endif
NO_MTREE= yes