aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-07-15 21:20:56 +0800
committermarino <marino@FreeBSD.org>2014-07-15 21:20:56 +0800
commit49b515996c19a740386af450673d6bdadba4aa7c (patch)
tree383be0fda09ab4c80a2bce4a6323d32991503a08 /Mk/bsd.port.mk
parentb20438daba1bfca27196a2a0438913ef6443fec3 (diff)
downloadfreebsd-ports-gnome-49b515996c19a740386af450673d6bdadba4aa7c.tar.gz
freebsd-ports-gnome-49b515996c19a740386af450673d6bdadba4aa7c.tar.zst
freebsd-ports-gnome-49b515996c19a740386af450673d6bdadba4aa7c.zip
bsd.port.mk: Define CONFIGURE_TARGET using OPSYS instead of freebsd
This change has been applied locally to dports for over a year, but it also will facilitate vendor rebranding for FreeBSD. Phabric: D413 Approved by: portmgr (bapt)
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 fb3536e8b781..da629c982ef4 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -853,7 +853,7 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org
# CONFIGURE_TARGET
# - The name of target to call when GNU_CONFIGURE is
# defined.
-# Default: ${ARCH}-portbld-freebsd${OSREL}
+# Default: ${ARCH}-portbld-${OPSYS:tl}${OSREL}
# GNU_CONFIGURE_PREFIX
# - The directory passed as prefix to the configure script if
# GNU_CONFIGURE is set.
@@ -2754,7 +2754,7 @@ LATEST_LINK?= ${PKGBASE}
PKGLATESTFILE= ${PKGLATESTREPOSITORY}/${LATEST_LINK}${PKG_SUFX}
CONFIGURE_SCRIPT?= configure
-CONFIGURE_TARGET?= ${ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_TARGET?= ${ARCH}-portbld-${OPSYS:tl}${OSREL}
CONFIGURE_TARGET:= ${CONFIGURE_TARGET:S/--build=//}
CONFIGURE_LOG?= config.log