diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-03-08 09:06:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-03-08 09:06:48 +0000 |
commit | d67709b8f2b39a76651e1d767e3d98614b71d501 (patch) | |
tree | 9d36fe7a970b8dce6b3cc0cafc5e76b1b39fbe86 /misc/31upgrade | |
parent | b2ff97a558f9e3ff16a62acd1eb0ed40e54ffbd0 (diff) | |
download | ports-d67709b8f2b39a76651e1d767e3d98614b71d501.tar.gz ports-d67709b8f2b39a76651e1d767e3d98614b71d501.zip |
Notes
Diffstat (limited to 'misc/31upgrade')
-rw-r--r-- | misc/31upgrade/Makefile | 25 | ||||
-rw-r--r-- | misc/31upgrade/pkg-comment | 1 | ||||
-rw-r--r-- | misc/31upgrade/pkg-descr | 5 | ||||
-rw-r--r-- | misc/31upgrade/pkg-plist | 1 |
4 files changed, 32 insertions, 0 deletions
diff --git a/misc/31upgrade/Makefile b/misc/31upgrade/Makefile new file mode 100644 index 000000000000..ec8a45777f60 --- /dev/null +++ b/misc/31upgrade/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: 3.1R to 3.1-stable upgrade kit +# Version required: n/a +# Date created: 8 Mar 1999 +# Whom: asami +# +# $Id$ +# + +DISTNAME= 31upgrade-1999.03.08 +CATEGORIES= misc +DISTFILES= # empty + +MAINTAINER= asami@Freebsd.ORG + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 310000 +IGNORE= this needs to be built on a 3.1-stable system +.endif +NO_MTREE= yes +PREFIX= / +NO_BUILD= yes +NO_INSTALL= yes + +.include <bsd.port.post.mk> diff --git a/misc/31upgrade/pkg-comment b/misc/31upgrade/pkg-comment new file mode 100644 index 000000000000..82fac871308a --- /dev/null +++ b/misc/31upgrade/pkg-comment @@ -0,0 +1 @@ +A convenience package to upgrade your 3.1 system to 3.1-stable for ports. diff --git a/misc/31upgrade/pkg-descr b/misc/31upgrade/pkg-descr new file mode 100644 index 000000000000..e93e3309723c --- /dev/null +++ b/misc/31upgrade/pkg-descr @@ -0,0 +1,5 @@ +This package will allow you to upgrade your 3.1R system to +3.1-stable, so you can compile and use all ports in ports-current. + +Satoshi +asami@freebsd.org diff --git a/misc/31upgrade/pkg-plist b/misc/31upgrade/pkg-plist new file mode 100644 index 000000000000..b641c83f4500 --- /dev/null +++ b/misc/31upgrade/pkg-plist @@ -0,0 +1 @@ +usr/bin/fetch |