aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-04-24 09:16:35 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-04-24 09:16:35 +0000
commit74689cbbf89a394346a835057e7821ea8a6ebe57 (patch)
tree9a634eb8dbe11a721665cdde43ff1405a3ca88db /converters
parenta1b342131060507d1a2ff7883035bd0ce559cc78 (diff)
downloadports-74689cbbf89a394346a835057e7821ea8a6ebe57.tar.gz
ports-74689cbbf89a394346a835057e7821ea8a6ebe57.zip
Notes
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-Encode/Makefile4
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>