diff options
author | asami <asami@FreeBSD.org> | 1999-03-08 17:12:21 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-03-08 17:12:21 +0800 |
commit | a25d00be62b7ce23fafc376112c66bf053b2018c (patch) | |
tree | 952cd90c106ddd38064b8c46cd3145bc5ebd0367 /misc/227upgrade | |
parent | 5d2b27c105067d8d41ff855e87a3c658c3b2a88c (diff) | |
download | freebsd-ports-graphics-a25d00be62b7ce23fafc376112c66bf053b2018c.tar.gz freebsd-ports-graphics-a25d00be62b7ce23fafc376112c66bf053b2018c.tar.zst freebsd-ports-graphics-a25d00be62b7ce23fafc376112c66bf053b2018c.zip |
Change dates. Change BROKEN to IGNORE so it will be ignored even during
parallel package builds.
Update 30upgrade to include fetch. Change comments since it's now chasing
3.1-stable.
Diffstat (limited to 'misc/227upgrade')
-rw-r--r-- | misc/227upgrade/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/227upgrade/Makefile b/misc/227upgrade/Makefile index 878de51af66..b9a27f3ec70 100644 --- a/misc/227upgrade/Makefile +++ b/misc/227upgrade/Makefile @@ -3,10 +3,10 @@ # Date created: 17 Dec 1998 # Whom: asami # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/17 23:42:20 asami Exp $ # -DISTNAME= 227upgrade-1998.12.17 +DISTNAME= 227upgrade-1998.03.08 CATEGORIES= misc DISTFILES= # empty @@ -15,7 +15,7 @@ MAINTAINER= asami@Freebsd.ORG .include <bsd.port.pre.mk> .if ${OSVERSION} >= 300000 -BROKEN= this needs to be built on a 2.2-stable system +IGNORE= this needs to be built on a 2.2-stable system .endif NO_MTREE= yes PREFIX= / |