diff options
author | asami <asami@FreeBSD.org> | 1999-04-21 04:59:59 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-04-21 04:59:59 +0000 |
commit | e64b9ac867b5e227020ae35390d746d9367aa340 (patch) | |
tree | 791648601ce403638805484f71e282b327c98f21 /misc/30upgrade/Makefile | |
parent | 65402b5095f01d9fb37e7afae2142b80c158260b (diff) | |
download | FreeBSD-ports-e64b9ac867b5e227020ae35390d746d9367aa340.zip FreeBSD-ports-e64b9ac867b5e227020ae35390d746d9367aa340.tar.gz |
(1) Move /var/db/pkg/.mkversion to /var/db/port.mkversion.
Requested by: jkh
(2) Don't let user pkg_delete the "upgrade kits".
Requested by: Toshihiko Kodama <kodama@ayame.mfd.cs.fujitsu.co.jp>
Diffstat (limited to 'misc/30upgrade/Makefile')
-rw-r--r-- | misc/30upgrade/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/30upgrade/Makefile b/misc/30upgrade/Makefile index 23d1115..1adb98f 100644 --- a/misc/30upgrade/Makefile +++ b/misc/30upgrade/Makefile @@ -3,7 +3,7 @@ # Date created: 17 Dec 1998 # Whom: asami # -# $Id: Makefile,v 1.4 1999/03/10 22:10:50 asami Exp $ +# $Id: Makefile,v 1.5 1999/03/29 07:09:46 asami Exp $ # DISTNAME= 30upgrade-1998.03.08 @@ -28,4 +28,8 @@ do-install: ${SED} -e "s/%%VERSION%%/${BSDPORTMKVERSION}/" ${PKGDIR}/INSTALL \ > ${PKGINSTALL} +deinstall: + @${ECHO} "You can't delete this port." + @${FALSE} + .include <bsd.port.post.mk> |