summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-10-04 15:48:21 +0000
committerjkh <jkh@FreeBSD.org>1994-10-04 15:48:21 +0000
commite736ac30ac11e01ecc949c183b48243714b79630 (patch)
treeb597207328d6c128406a0c871ecc558d3fe4b005
parent8bd50ed8b0208fc7b624265d93c22aa6f9480d87 (diff)
downloadFreeBSD-src-e736ac30ac11e01ecc949c183b48243714b79630.zip
FreeBSD-src-e736ac30ac11e01ecc949c183b48243714b79630.tar.gz
Also make GNU_CONFIGURE a synonym for HAS_CONFIGURE so you don't have
to specify both (looks silly).
-rw-r--r--share/mk/bsd.port.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/share/mk/bsd.port.mk b/share/mk/bsd.port.mk
index acb9941..d1c6686 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.45 1994/10/04 14:46:34 jkh Exp $
+# $Id: bsd.port.mk,v 1.46 1994/10/04 15:44:03 jkh Exp $
#
# Please view me with 4 column tabs!
@@ -146,6 +146,7 @@ PKGFILE?= ${DISTNAME}${PKG_SUFX}
.if defined(GNU_CONFIGURE)
CONFIGURE_ARGS?= --prefix=${PREFIX}
+HAS_CONFIGURE= yes
.endif
.MAIN: all
OpenPOWER on IntegriCloud