diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-03-08 09:12:21 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-03-08 09:12:21 +0000 |
commit | 4729d2bf22eebacd19822b4a8f733e694ad997d9 (patch) | |
tree | dee3ec49cdb2ecf5bc901d8d7c628a656d5c9c24 /misc/221upgrade | |
parent | bf00d4581ef4c9e18b01657c49b001c65e849707 (diff) | |
download | freebsd-ports-4729d2bf22eebacd19822b4a8f733e694ad997d9.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/221upgrade')
-rw-r--r-- | misc/221upgrade/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/221upgrade/Makefile b/misc/221upgrade/Makefile index 459c12e9e880..f262da0dcf2e 100644 --- a/misc/221upgrade/Makefile +++ b/misc/221upgrade/Makefile @@ -3,10 +3,10 @@ # Date created: 18 Apr 1997 # Whom: asami # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/17 23:42:19 asami Exp $ # -DISTNAME= 221upgrade-1998.12.17 +DISTNAME= 221upgrade-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= / |