summaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-05-09 00:31:54 +0000
committerasami <asami@FreeBSD.org>1995-05-09 00:31:54 +0000
commit5a9182a60b78055ca45a964491d95c4bc73afd9b (patch)
tree907d3d2e2a068705d6f62966b63fee63c3f1d047 /Mk
parent43754d62ff72db141e6a3939d6de395f97b743ce (diff)
downloadFreeBSD-ports-5a9182a60b78055ca45a964491d95c4bc73afd9b.zip
FreeBSD-ports-5a9182a60b78055ca45a964491d95c4bc73afd9b.tar.gz
Make the "reinstall" target delete the package cookie as well as
the install cookie.
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 026c8e3..f2e71a3 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -3,7 +3,7 @@
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
#
-# $Id: bsd.port.mk,v 1.154 1995/05/04 13:14:16 jkh Exp $
+# $Id: bsd.port.mk,v 1.155 1995/05/04 18:53:26 adam Exp $
#
# Please view me with 4 column tabs!
@@ -782,6 +782,7 @@ reinstall: pre-reinstall install
pre-reinstall:
@rm -f ${INSTALL_COOKIE}
+ @rm -f ${PACKAGE_COOKIE}
.endif
################################################################
OpenPOWER on IntegriCloud