summaryrefslogtreecommitdiff
path: root/lang/s9fes
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2011-11-17 09:12:05 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2011-11-17 09:12:05 +0000
commitdde90e4a3378c48c01b0119a3bf2c1cb590b666e (patch)
tree0ab372c0aad8ae31f87fc25a04e0d4fd5e3ff288 /lang/s9fes
parentUpdate to 0.9.1 official release. (diff)
Improve previous approach for upholding CC, CFLAGS, PREFIX, and LIBDIR: just
pass everything from MAKE_ENV. It does not cause any side effects, and has slight advantage of proper quoting, e.g. when ${CC} contains distcc/ccache + compiler separated by space. Submitted by: Jan Beich Approved by: maintainer (implicit) Feature safe: yes
Notes
Notes: svn path=/head/; revision=285950
Diffstat (limited to 'lang/s9fes')
-rw-r--r--lang/s9fes/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/s9fes/Makefile b/lang/s9fes/Makefile
index 174d71c267c1..839c0533c3d0 100644
--- a/lang/s9fes/Makefile
+++ b/lang/s9fes/Makefile
@@ -13,7 +13,8 @@ MASTER_SITES= http://www.t3x.org/misc/
MAINTAINER= nmh@t3x.org
COMMENT= A portable Scheme interpreter with a Unix interface
-MAKE_ARGS= CC=${CC} CFLAGS="${CFLAGS}" PREFIX=${PREFIX} LIBDIR=${DATADIR}
+LIBDIR= ${DATADIR}
+MAKE_ARGS= ${MAKE_ENV}
WRKSRC= ${WRKDIR}/s9
MAN1= s9.1