summaryrefslogtreecommitdiffstats
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
commitb56080c039c6b07726642dfde40e7548dc60b76a (patch)
treed152eb0670a5b024c4f654b76059e20b32bc38ab
parentb7f9001dcb555b82ce690e5a5f5611e3f98febcc (diff)
downloadFreeBSD-src-b56080c039c6b07726642dfde40e7548dc60b76a.zip
FreeBSD-src-b56080c039c6b07726642dfde40e7548dc60b76a.tar.gz
Make the "reinstall" target delete the package cookie as well as
the install cookie.
-rw-r--r--share/mk/bsd.port.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index 026c8e3..f2e71a3 100644
--- a/share/mk/bsd.port.mk
+++ b/share/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