summaryrefslogtreecommitdiff
path: root/misc/31upgrade/Makefile
diff options
context:
space:
mode:
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>