1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Respect CC

PR:             ports/143743
Submitted by:   Rob Farmer <rfarmer@predatorlabs.net>
This commit is contained in:
Philip M. Gollucci 2010-02-11 19:44:47 +00:00
parent cb5f7b3507
commit 8e842f22df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249608

View File

@ -24,6 +24,9 @@ MAKE_ENV= LIBCGETOPT=0 LDFLAGS="${LDFLAGS}"
MAN1= getopt.1
DOCS= Changelog README
post-patch:
@${REINPLACE_CMD} -e 's|CC=gcc|CC=${CC}|' ${WRKSRC}/Makefile
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}