1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00

Honour $CC

This commit is contained in:
Johan van Selst 2016-05-16 19:04:38 +00:00
parent 34c508a26a
commit 8815a0e633
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415355

View File

@ -12,8 +12,6 @@ COMMENT= Lightweight implementation of Standard ML
LIB_DEPENDS= libgmp.so:math/gmp \
libgdbm.so:databases/gdbm
BROKEN= does not build
GH_ACCOUNT= kfl
USE_GITHUB= yes
@ -38,6 +36,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.pre.mk>
post-patch:
${REINPLACE_CMD} -e '/^CC=/s/^/#/' ${WRKSRC}/Makefile.inc
${REINPLACE_CMD} 's/make /$$(MAKE) /' ${WRKSRC}/doc/Makefile \
${WRKSRC}/doc/helpsigs/Makefile