aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-05-09 00:31:54 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-05-09 00:31:54 +0000
commit81a5b37f0fc9d7c698ad13514414399f3fc1fb88 (patch)
tree74005c04500b0bccc205b73c8a6090742870d243 /Mk/bsd.port.mk
parent738c82731cca18982835a4002440d5ae40543582 (diff)
downloadports-81a5b37f0fc9d7c698ad13514414399f3fc1fb88.tar.gz
ports-81a5b37f0fc9d7c698ad13514414399f3fc1fb88.zip
Notes
Diffstat (limited to 'Mk/bsd.port.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 026c8e3851c1..f2e71a34bc82 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
################################################################