diff options
author | ache <ache@FreeBSD.org> | 1994-10-12 11:25:59 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-10-12 11:25:59 +0800 |
commit | d1235f27f8237e9477e4265a763a0f0068113bb5 (patch) | |
tree | 9a0b098cd67b991ebd9dff64c4261667df46ea30 /Mk | |
parent | b9216387b6055b64c7bc338342ffd075a4f568e4 (diff) | |
download | freebsd-ports-gnome-d1235f27f8237e9477e4265a763a0f0068113bb5.tar.gz freebsd-ports-gnome-d1235f27f8237e9477e4265a763a0f0068113bb5.tar.zst freebsd-ports-gnome-d1235f27f8237e9477e4265a763a0f0068113bb5.zip |
Oops, change ${MAKE_FLAGS} to ${MAKEFLAGS} in pre-configure line
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index c9a1d1ceb76f..baf026a67f77 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.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 \ |