aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-07-15 13:20:56 +0000
committerJohn Marino <marino@FreeBSD.org>2014-07-15 13:20:56 +0000
commit6afd4a2d6faa7d7e1830830b9b154c206cff1b27 (patch)
tree383be0fda09ab4c80a2bce4a6323d32991503a08 /Mk
parent86b1bf4c106d45edaed679de38f00abab91eccb1 (diff)
downloadports-6afd4a2d6faa7d7e1830830b9b154c206cff1b27.tar.gz
ports-6afd4a2d6faa7d7e1830830b9b154c206cff1b27.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)
Notes
Notes: svn path=/head/; revision=361918
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 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