summaryrefslogtreecommitdiff
path: root/misc/30upgrade/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-04-21 04:59:59 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-04-21 04:59:59 +0000
commitff9f1c323fc2f93c1047b8e922f214c6658645c8 (patch)
tree4f3494c52c6771fcc2f278c305104a59e83b6c84 /misc/30upgrade/Makefile
parentUpgrade 'korganizer' to v1.1. (diff)
(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>
Notes
Notes: svn path=/head/; revision=18041
Diffstat (limited to 'misc/30upgrade/Makefile')
-rw-r--r--misc/30upgrade/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/30upgrade/Makefile b/misc/30upgrade/Makefile
index 23d1115e09c9..1adb98f65718 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>