summaryrefslogtreecommitdiff
path: root/misc/31upgrade/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-03-29 07:09:48 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-03-29 07:09:48 +0000
commit3054f9a583100a7152e316ba207297d947235d2f (patch)
treee1fda7961706d0e96baa1744e234af53823370f3 /misc/31upgrade/Makefile
parent(1) Move _sedsubplist generation later, just before it is used. The (diff)
Install /var/db/pkg/.mkversion to check version against bsd.port.mk.
Change IGNORE to FORBIDDEN.
Notes
Notes: svn path=/head/; revision=17428
Diffstat (limited to '')
-rw-r--r--misc/31upgrade/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/misc/31upgrade/Makefile b/misc/31upgrade/Makefile
index 530c7fff9e66..46052f5746a3 100644
--- a/misc/31upgrade/Makefile
+++ b/misc/31upgrade/Makefile
@@ -3,7 +3,7 @@
# Date created: 8 Mar 1999
# Whom: asami
#
-# $Id: Makefile,v 1.2 1999/03/09 20:57:23 asami Exp $
+# $Id: Makefile,v 1.3 1999/03/10 22:10:51 asami Exp $
#
DISTNAME= 31upgrade-1999.03.08
@@ -17,11 +17,15 @@ 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} < 310000
-IGNORE= this needs to be built on a 3.1-stable system
+FORBIDDEN= this needs to be built on a 3.1-stable system
.endif
NO_MTREE= yes
PREFIX= /
NO_BUILD= yes
-NO_INSTALL= yes
+PKGINSTALL= ${WRKDIR}/INSTALL
+
+do-install:
+ ${SED} -e "s/%%VERSION%%/${BSDPORTMKVERSION}/" ${PKGDIR}/INSTALL \
+ > ${PKGINSTALL}
.include <bsd.port.post.mk>