aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2013-08-13 22:16:29 +0800
committermarius <marius@FreeBSD.org>2013-08-13 22:16:29 +0800
commit6e1a1233bf0a670543e767a332cbbed3f76dfa3e (patch)
tree4955bd21894a9d5114f266da560b22e5ad96d6c0 /sysutils
parentec1f761ffbfb9dd5276789d5f71ff0d61eb9a50d (diff)
downloadfreebsd-ports-gnome-6e1a1233bf0a670543e767a332cbbed3f76dfa3e.tar.gz
freebsd-ports-gnome-6e1a1233bf0a670543e767a332cbbed3f76dfa3e.tar.zst
freebsd-ports-gnome-6e1a1233bf0a670543e767a332cbbed3f76dfa3e.zip
Once again remove the hacks allowing this port to be compiled as part of
release builds. Since r251812, all architectures have been switched to using makefs(8) in all active release branches instead. Approved by: mentor (beat, implicit)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cdrtools/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/sysutils/cdrtools/Makefile b/sysutils/cdrtools/Makefile
index 3f907442961c..aaaa7b5649e9 100644
--- a/sysutils/cdrtools/Makefile
+++ b/sysutils/cdrtools/Makefile
@@ -82,12 +82,7 @@ PKGNAMESUFFIX= -rscsi
PLIST_SUB+= RSCSI="@comment "
.endif
-# Hack to allow building with TARGET and TARGET_ARCH set in the environment
-# as done by the release building scripts.
-SETENV= /usr/bin/env -i
-MAKE_ENV= PATH=${PATH}
-
-MAKE_ENV+= CCOM=cc GMAKE_NOWARN=true INS_BASE=${LOCALBASE} \
+MAKE_ENV= CCOM=cc GMAKE_NOWARN=true INS_BASE=${LOCALBASE} \
INS_RBASE=${LOCALBASE}
CDRTLSTARGET= ${ARCH:S/powerpc64/powerpc/}-freebsd-cc