diff options
author | asami <asami@FreeBSD.org> | 1995-05-09 00:31:54 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-09 00:31:54 +0000 |
commit | 5a9182a60b78055ca45a964491d95c4bc73afd9b (patch) | |
tree | 907d3d2e2a068705d6f62966b63fee63c3f1d047 /Mk | |
parent | 43754d62ff72db141e6a3939d6de395f97b743ce (diff) | |
download | FreeBSD-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.mk | 3 |
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 ################################################################ |