cvs commit: ports/lang/s9fes Makefile

Jan Beich jbeich at tormail.net
Wed Nov 16 16:47:12 UTC 2011


Alexey Dokuchaev <danfe at FreeBSD.org> writes:

>   FreeBSD ports repository
>
>   Modified files:
>     lang/s9fes           Makefile 
>   Log:
>   Instead of marking this port as make jobs (-jX) unsafe, apply a trivial fix
>   and also properly respect CC, CFLAGS, PREFIX, and LIBDIR.

TIMTOWTDI, one can just pass everything from MAKE_ENV

  MAKE_ARGS= ${MAKE_ENV}
  LIBDIR=    ${DATADIR}

It has slight advantage of proper quoting, e.g. when ${CC} contains
distcc/ccache + compiler separated by space.


More information about the cvs-ports mailing list