diff options
author | asami <asami@FreeBSD.org> | 1999-03-09 20:57:23 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-03-09 20:57:23 +0000 |
commit | ff120a36265859e93e5a8ab0a903148f8d7de878 (patch) | |
tree | 41fe6e0b65a4ac4acb6a8ac010f52c64e9d9f173 /misc/227upgrade | |
parent | 0cf63d4581d5d5e0aac87a216ebd3bdb39e50791 (diff) | |
download | FreeBSD-ports-ff120a36265859e93e5a8ab0a903148f8d7de878.zip FreeBSD-ports-ff120a36265859e93e5a8ab0a903148f8d7de878.tar.gz |
Don't build these if PACKAGE_BUILDING -- these are useless as regular
ports, and are used only for building packages.
Diffstat (limited to 'misc/227upgrade')
-rw-r--r-- | misc/227upgrade/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/227upgrade/Makefile b/misc/227upgrade/Makefile index b9a27f3..16ae99f 100644 --- a/misc/227upgrade/Makefile +++ b/misc/227upgrade/Makefile @@ -3,7 +3,7 @@ # 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= 227upgrade-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 2.2-stable system .endif NO_MTREE= yes |