diff options
Diffstat (limited to 'misc/31upgrade/Makefile')
-rw-r--r-- | misc/31upgrade/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/31upgrade/Makefile b/misc/31upgrade/Makefile index 46052f5746a3..689cf901fb89 100644 --- a/misc/31upgrade/Makefile +++ b/misc/31upgrade/Makefile @@ -3,7 +3,7 @@ # Date created: 8 Mar 1999 # Whom: asami # -# $Id: Makefile,v 1.3 1999/03/10 22:10:51 asami Exp $ +# $Id: Makefile,v 1.4 1999/03/29 07:09:47 asami Exp $ # DISTNAME= 31upgrade-1999.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> |