summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-09-01 13:48:51 +0000
committerhubertf <hubertf@pkgsrc.org>2000-09-01 13:48:51 +0000
commit42757b455137d3a2963a6cceedafe8564a50027c (patch)
tree4ec940833db68ecd947e884600f78d031e98d9b3 /mk
parent5f7abb1dcdeeb7f5be56a825db4e7aa89bfee4c8 (diff)
downloadpkgsrc-42757b455137d3a2963a6cceedafe8564a50027c.tar.gz
Back out the 'make reinstall' change from rev. 1.557:
On 'make reinstall', the DEPENDS_TARGET is also set to reinstall, and for pkgs with dependencies this results in all dependencies being removed and reinstalled.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index b05d7898df9..89a2b48ce24 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.559 2000/08/31 14:29:00 hubertf Exp $
+# $NetBSD: bsd.pkg.mk,v 1.560 2000/09/01 13:48:51 hubertf Exp $
#
# This file is in the public domain.
#
@@ -1937,7 +1937,7 @@ checkpatch:
# Special target to re-run install
.if !target(reinstall)
-reinstall: deinstall
+reinstall:
${_PKG_SILENT}${_PKG_DEBUG}${RM} -f ${INSTALL_COOKIE} ${PACKAGE_COOKIE} ${PLIST}
${_PKG_SILENT}${_PKG_DEBUG}DEPENDS_TARGET=${DEPENDS_TARGET} ${MAKE} ${MAKEFLAGS} install
.endif