summaryrefslogtreecommitdiff
path: root/misc/31upgrade/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-03-08 09:06:48 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-03-08 09:06:48 +0000
commitd67709b8f2b39a76651e1d767e3d98614b71d501 (patch)
tree9d36fe7a970b8dce6b3cc0cafc5e76b1b39fbe86 /misc/31upgrade/Makefile
parentadd http://freefall.freebsd.org/~itojun/distfiles/ into DISTFILES. (diff)
3.1R -> 3.1-stable upgrade package.
Notes
Notes: svn path=/head/; revision=17055
Diffstat (limited to 'misc/31upgrade/Makefile')
-rw-r--r--misc/31upgrade/Makefile25
1 files changed, 25 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>