diff options
Diffstat (limited to 'misc/30upgrade/Makefile')
-rw-r--r-- | misc/30upgrade/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/30upgrade/Makefile b/misc/30upgrade/Makefile index 59d68ede7a8c..c788f5be0507 100644 --- a/misc/30upgrade/Makefile +++ b/misc/30upgrade/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: 3.0R to 3.0-current upgrade kit +# New ports collection makefile for: 3.1R to 3.1-stable upgrade kit # Version required: n/a # Date created: 17 Dec 1998 # Whom: asami # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/17 23:42:20 asami Exp $ # -DISTNAME= 30upgrade-1998.12.17 +DISTNAME= 30upgrade-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 3.0-current system +IGNORE= this needs to be built on a 3.x-stable system .endif NO_MTREE= yes PREFIX= / |