summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1994-10-12 03:25:59 +0000
committerache <ache@FreeBSD.org>1994-10-12 03:25:59 +0000
commit8e7bc5aaec33be90c75885bf49fbdee04a2383e3 (patch)
tree22a7c039aadf3d5a03d36b2a09ef89e92ea047f3 /share
parentdfa2186345b1e2f72da5d69af24615bf9960a0b5 (diff)
downloadFreeBSD-src-8e7bc5aaec33be90c75885bf49fbdee04a2383e3.zip
FreeBSD-src-8e7bc5aaec33be90c75885bf49fbdee04a2383e3.tar.gz
Oops, change ${MAKE_FLAGS} to ${MAKEFLAGS} in pre-configure line
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index c9a1d1c..baf026a 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.50 1994/10/12 02:58:38 ache Exp $
+# $Id: bsd.port.mk,v 1.51 1994/10/12 03:12:19 ache Exp $
#
# Please view me with 4 column tabs!
@@ -269,7 +269,7 @@ configure: extract ${CONFIGURE_COOKIE}
${CONFIGURE_COOKIE}:
@echo "===> Configuring for ${DISTNAME}"
- ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} pre-configure
+ ${MAKE} ${MAKEFLAGS} pre-configure
@if [ -d ${PATCHDIR} ]; then \
echo "===> Applying patches for ${DISTNAME}" ; \
for i in ${PATCHDIR}/patch-*; do \
OpenPOWER on IntegriCloud