diff options
author | asami <asami@FreeBSD.org> | 1999-05-20 21:14:39 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-05-20 21:14:39 +0000 |
commit | 0d9cf719ad6de5377f01447bbb6beccf141e94b7 (patch) | |
tree | b564caa92b5f88bfddeed9298b07c137f3920a8e /misc/30upgrade/Makefile | |
parent | fc6f6ae54107e8fedf63ec0e8e6fc168dee49434 (diff) | |
download | FreeBSD-ports-0d9cf719ad6de5377f01447bbb6beccf141e94b7.zip FreeBSD-ports-0d9cf719ad6de5377f01447bbb6beccf141e94b7.tar.gz |
Update dates to May 20. Consistently use "3-stable" to refer to the
branch so I don't have to keep updating the name every time a new
release comes out.
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 1adb98f..d42cd8d 100644 --- a/misc/30upgrade/Makefile +++ b/misc/30upgrade/Makefile @@ -1,12 +1,12 @@ -# New ports collection makefile for: 3.0R to 3.1-stable upgrade kit +# New ports collection makefile for: 3.0R to 3-stable upgrade kit # Version required: n/a # Date created: 17 Dec 1998 # Whom: asami # -# $Id: Makefile,v 1.5 1999/03/29 07:09:46 asami Exp $ +# $Id: Makefile,v 1.6 1999/04/21 04:59:57 asami Exp $ # -DISTNAME= 30upgrade-1998.03.08 +DISTNAME= 30upgrade-1998.05.20 CATEGORIES= misc DISTFILES= # empty @@ -17,7 +17,7 @@ MAINTAINER= asami@Freebsd.ORG .if !defined(PACKAGE_BUILDING) BROKEN= this \"port\" is for building packages for distribution only, please get the package from http://www.freebsd.org/ports/ if you need an upgrade .elif ${OSVERSION} < 300000 -FORBIDDEN= this needs to be built on a 3.x-stable system +FORBIDDEN= this needs to be built on a 3-stable system .endif NO_MTREE= yes PREFIX= / |