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/222upgrade | |
parent | Add 31upgrade (diff) |
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.
Notes
Notes:
svn path=/head/; revision=17057
Diffstat (limited to 'misc/222upgrade')
-rw-r--r-- | misc/222upgrade/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/222upgrade/Makefile b/misc/222upgrade/Makefile index 8eb99638b36c..09f3422af32d 100644 --- a/misc/222upgrade/Makefile +++ b/misc/222upgrade/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= 222upgrade-1998.12.17 +DISTNAME= 222upgrade-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= / |