aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-02-22 02:24:20 +0800
committerobrien <obrien@FreeBSD.org>2002-02-22 02:24:20 +0800
commit3e41ff7b9d703f86718e7f6716b580431a895e54 (patch)
treef0c98f63bb547128e5c9894325a5db0b1e04cc0a /Mk/bsd.port.mk
parent27952416a9c5adadc9d0f2448ec5736e3553b1d0 (diff)
downloadfreebsd-ports-gnome-3e41ff7b9d703f86718e7f6716b580431a895e54.tar.gz
freebsd-ports-gnome-3e41ff7b9d703f86718e7f6716b580431a895e54.tar.zst
freebsd-ports-gnome-3e41ff7b9d703f86718e7f6716b580431a895e54.zip
Fix the default CONFIGURE_TARGET to one that is a proper GNU tuple.
Approved by: several portmgr members
Diffstat (limited to 'Mk/bsd.port.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)