diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-02-11 19:44:47 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-02-11 19:44:47 +0000 |
commit | 8e842f22df1dbf7822ecd65833da48582a4edc3d (patch) | |
tree | 2c9f3acba5b8483974dfcde90d40646256e09849 /misc/getopt | |
parent | cb5f7b350775769f54a1475aa928ee806184bfb3 (diff) | |
download | ports-8e842f22df1dbf7822ecd65833da48582a4edc3d.tar.gz ports-8e842f22df1dbf7822ecd65833da48582a4edc3d.zip |
Notes
Diffstat (limited to 'misc/getopt')
-rw-r--r-- | misc/getopt/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile index 2f8816a10303..246741dfdb0b 100644 --- a/misc/getopt/Makefile +++ b/misc/getopt/Makefile @@ -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} |