1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

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
This commit is contained in:
Alexey Dokuchaev 2011-11-17 09:12:05 +00:00
parent 26168c89ca
commit dde90e4a33
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285950

View File

@ -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