diff options
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index baf026a67f7..9e39894a8c5 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.51 1994/10/12 03:12:19 ache Exp $ +# $Id: bsd.port.mk,v 1.52 1994/10/12 03:25:59 ache Exp $ # # Please view me with 4 column tabs! @@ -192,9 +192,9 @@ pre-install: .endif .if !target(install) -install: ${INSTALL_COOKIE} +install: pre-install ${INSTALL_COOKIE} -${INSTALL_COOKIE}: pre-install +${INSTALL_COOKIE}: @echo "===> Installing for ${DISTNAME}" .if defined(USE_GMAKE) @(cd ${WRKSRC}; ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} install) |