diff options
author | asami <asami@FreeBSD.org> | 1999-03-10 04:57:23 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-03-10 04:57:23 +0800 |
commit | ff120a36265859e93e5a8ab0a903148f8d7de878 (patch) | |
tree | 41fe6e0b65a4ac4acb6a8ac010f52c64e9d9f173 /misc | |
parent | 0cf63d4581d5d5e0aac87a216ebd3bdb39e50791 (diff) | |
download | freebsd-ports-gnome-ff120a36265859e93e5a8ab0a903148f8d7de878.tar.gz freebsd-ports-gnome-ff120a36265859e93e5a8ab0a903148f8d7de878.tar.zst freebsd-ports-gnome-ff120a36265859e93e5a8ab0a903148f8d7de878.zip |
Don't build these if PACKAGE_BUILDING -- these are useless as regular
ports, and are used only for building packages.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/221upgrade/Makefile | 6 | ||||
-rw-r--r-- | misc/222upgrade/Makefile | 6 | ||||
-rw-r--r-- | misc/225upgrade/Makefile | 6 | ||||
-rw-r--r-- | misc/227upgrade/Makefile | 6 | ||||
-rw-r--r-- | misc/30upgrade/Makefile | 8 | ||||
-rw-r--r-- | misc/31upgrade/Makefile | 6 |
6 files changed, 25 insertions, 13 deletions
diff --git a/misc/221upgrade/Makefile b/misc/221upgrade/Makefile index f262da0dcf2e..302ebae7d1e9 100644 --- a/misc/221upgrade/Makefile +++ b/misc/221upgrade/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Apr 1997 # Whom: asami # -# $Id: Makefile,v 1.1.1.1 1998/12/17 23:42:19 asami Exp $ +# $Id: Makefile,v 1.2 1999/03/08 09:12:18 asami Exp $ # DISTNAME= 221upgrade-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 diff --git a/misc/222upgrade/Makefile b/misc/222upgrade/Makefile index 09f3422af32d..90684f6c2874 100644 --- a/misc/222upgrade/Makefile +++ b/misc/222upgrade/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Apr 1997 # Whom: asami # -# $Id: Makefile,v 1.1.1.1 1998/12/17 23:42:19 asami Exp $ +# $Id: Makefile,v 1.2 1999/03/08 09:12:20 asami Exp $ # DISTNAME= 222upgrade-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 diff --git a/misc/225upgrade/Makefile b/misc/225upgrade/Makefile index 56ff9931c3e0..30fb4d795296 100644 --- a/misc/225upgrade/Makefile +++ b/misc/225upgrade/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Nov 1997 # Whom: asami # -# $Id: Makefile,v 1.1.1.1 1998/12/17 23:42:19 asami Exp $ +# $Id: Makefile,v 1.2 1999/03/08 09:12:20 asami Exp $ # DISTNAME= 225upgrade-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 diff --git a/misc/227upgrade/Makefile b/misc/227upgrade/Makefile index b9a27f3ec70b..16ae99f556d5 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 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 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 <bsd.port.pre.mk> -.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 |