From e3f517404ebc174307f8f09c817567337b4fd0ed Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 9 Mar 1999 20:57:23 +0000 Subject: Don't build these if PACKAGE_BUILDING -- these are useless as regular ports, and are used only for building packages. --- misc/31upgrade/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'misc/31upgrade/Makefile') diff --git a/misc/31upgrade/Makefile b/misc/31upgrade/Makefile index ec8a45777f60..960c568a6624 100644 --- a/misc/31upgrade/Makefile +++ b/misc/31upgrade/Makefile @@ -3,7 +3,7 @@ # Date created: 8 Mar 1999 # Whom: asami # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/03/08 09:06:48 asami Exp $ # DISTNAME= 31upgrade-1999.03.08 @@ -14,7 +14,9 @@ MAINTAINER= asami@Freebsd.ORG .include -.if ${OSVERSION} < 310000 +.if !defined(PACKAGE_BUILDING) +BROKEN= this \"port\" is for building packages for distribution only +.elif ${OSVERSION} < 310000 IGNORE= this needs to be built on a 3.1-stable system .endif NO_MTREE= yes -- cgit v1.2.3