diff options
author | asami <asami@FreeBSD.org> | 1999-03-08 17:06:48 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-03-08 17:06:48 +0800 |
commit | 2b52f8efcb17b73045be001dd1a1e248a4c77278 (patch) | |
tree | b19a5950a66e0e9858ac2e317bf172a385e58846 /misc/31upgrade | |
parent | a864c28c679b9df418ea6e04d8fef837a9c52875 (diff) | |
download | freebsd-ports-graphics-2b52f8efcb17b73045be001dd1a1e248a4c77278.tar.gz freebsd-ports-graphics-2b52f8efcb17b73045be001dd1a1e248a4c77278.tar.zst freebsd-ports-graphics-2b52f8efcb17b73045be001dd1a1e248a4c77278.zip |
3.1R -> 3.1-stable upgrade package.
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 00000000000..ec8a45777f6 --- /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 00000000000..82fac871308 --- /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 00000000000..e93e3309723 --- /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 00000000000..b641c83f450 --- /dev/null +++ b/misc/31upgrade/pkg-plist @@ -0,0 +1 @@ +usr/bin/fetch |