1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Don't build these if PACKAGE_BUILDING -- these are useless as regular

ports, and are used only for building packages.
This commit is contained in:
Satoshi Asami 1999-03-09 20:57:23 +00:00
parent f4bc2802b7
commit e3f517404e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17120
6 changed files with 25 additions and 13 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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