summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-10-04 15:48:21 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-10-04 15:48:21 +0000
commite081113081a0d936dd7a55f2102dbf7006d8f7ca (patch)
tree9deaa587db171cc17b88721020bedc28e7134a13 /Mk/bsd.port.mk
parentSet this up for GNU_CONFIGURE, which buys us a free --prefix. (diff)
Also make GNU_CONFIGURE a synonym for HAS_CONFIGURE so you don't have
to specify both (looks silly).
Notes
Notes: svn path=/head/; revision=175
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index acb99413093f..d1c66861aee3 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.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