diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-04-24 09:16:35 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-04-24 09:16:35 +0000 |
commit | 74689cbbf89a394346a835057e7821ea8a6ebe57 (patch) | |
tree | 9a634eb8dbe11a721665cdde43ff1405a3ca88db /converters/p5-Encode/Makefile | |
parent | a1b342131060507d1a2ff7883035bd0ce559cc78 (diff) | |
download | ports-74689cbbf89a394346a835057e7821ea8a6ebe57.tar.gz ports-74689cbbf89a394346a835057e7821ea8a6ebe57.zip |
Notes
Diffstat (limited to 'converters/p5-Encode/Makefile')
-rw-r--r-- | converters/p5-Encode/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/converters/p5-Encode/Makefile b/converters/p5-Encode/Makefile index 40d061e895aa..cbd5afd0e0fa 100644 --- a/converters/p5-Encode/Makefile +++ b/converters/p5-Encode/Makefile @@ -28,4 +28,8 @@ post-patch: ${PERL} -pi -e '$$_="" if $$.>=18 && $$.<=20' ${WRKSRC}/Makefile.PL .endif +post-configure: + @${FIND} ${WRKSRC}/ -name Makefile -exec \ + ${REINPLACE_CMD} -e 's,^CC =,CC ?=,' {} \; + .include <bsd.port.post.mk> |