summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-02-21 18:24:20 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-02-21 18:24:20 +0000
commit2dba26a1c7831bcb119eacf45290bb32cc6be734 (patch)
tree00fbea59142c6c522b0bb26e1e5261a95b75f55d /Mk
parentNow using the more appropriate ONLY_FOR_ARCHS instead of an if. (diff)
Fix the default CONFIGURE_TARGET to one that is a proper GNU tuple.
Approved by: several portmgr members
Notes
Notes: svn path=/head/; revision=55045
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 3ebe4a33ef53..0550c9972523 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -429,7 +429,7 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
# (default: "Makefile.PL" if PERL_CONFIGURE is set,
# "configure" otherwise).
# CONFIGURE_TARGET - The name of target to call when GNU_CONFIGURE is
-# defined (default: ${MACHINE_ARCH}--freebsd${OSREL}).
+# defined (default: ${MACHINE_ARCH}-portbld-freebsd${OSREL}).
# CONFIGURE_ARGS - Pass these args to configure if ${HAS_CONFIGURE} is set
# (default: "--prefix=${PREFIX} ${CONFIGURE_TARGET}" if
# GNU_CONFIGURE is set, "CC=${CC} CCFLAGS=${CFLAGS}
@@ -1625,7 +1625,7 @@ USE_PERL5= yes
.endif
CONFIGURE_SCRIPT?= configure
-CONFIGURE_TARGET?= ${MACHINE_ARCH}--freebsd${OSREL}
+CONFIGURE_TARGET?= ${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_LOG?= config.log
.if defined(GNU_CONFIGURE)