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/225upgrade/Makefile | |
parent | bf00d4581ef4c9e18b01657c49b001c65e849707 (diff) | |
download | ports-4729d2bf22eebacd19822b4a8f733e694ad997d9.tar.gz ports-4729d2bf22eebacd19822b4a8f733e694ad997d9.zip |
Notes
Diffstat (limited to 'misc/225upgrade/Makefile')
-rw-r--r-- | misc/225upgrade/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/225upgrade/Makefile b/misc/225upgrade/Makefile index 4d2bba7b8b27..56ff9931c3e0 100644 --- a/misc/225upgrade/Makefile +++ b/misc/225upgrade/Makefile @@ -3,10 +3,10 @@ # Date created: 30 Nov 1997 # Whom: asami # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/17 23:42:19 asami Exp $ # -DISTNAME= 225upgrade-1998.12.17 +DISTNAME= 225upgrade-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= / |