diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-13 10:33:35 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-10-13 10:33:35 +0000 |
| commit | c41b51643d0c96d9fcae94415f0efbeeab0cfeeb (patch) | |
| tree | 8be8f7f1fc9a30602fd271179bd10722b565f7fd /share | |
| parent | 3270fb5eceef76590eca1496cd475ec01c0c77e3 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/mk/bsd.port.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk index b1c6f74791b94..7c8b38ede4747 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.53 1994/10/12 23:32:32 jkh Exp $ +# $Id: bsd.port.mk,v 1.54 1994/10/13 08:08:56 jkh Exp $ # # Please view me with 4 column tabs! @@ -196,7 +196,7 @@ install: ${INSTALL_COOKIE} ${INSTALL_COOKIE}: @echo "===> Installing for ${DISTNAME}" - ${MAKE} pre-install + @${MAKE} pre-install .if defined(USE_GMAKE) @(cd ${WRKSRC}; ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} install) .else defined(USE_GMAKE) @@ -267,7 +267,7 @@ configure: extract ${CONFIGURE_COOKIE} ${CONFIGURE_COOKIE}: @echo "===> Configuring for ${DISTNAME}" - ${MAKE} pre-configure + @${MAKE} pre-configure @if [ -d ${PATCHDIR} ]; then \ echo "===> Applying patches for ${DISTNAME}" ; \ for i in ${PATCHDIR}/patch-*; do \ |
