aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoralfred <alfred@FreeBSD.org>2005-05-20 06:02:30 +0800
committeralfred <alfred@FreeBSD.org>2005-05-20 06:02:30 +0800
commit97d89026b63308df14a13b7600cacda507413595 (patch)
treeebb8a5fbc5c64a2e7b70c9b60c50f0def7ccc4ea /security
parent457fe732827c7f05d236cb03ed638a4f69513413 (diff)
downloadfreebsd-ports-gnome-97d89026b63308df14a13b7600cacda507413595.tar.gz
freebsd-ports-gnome-97d89026b63308df14a13b7600cacda507413595.tar.zst
freebsd-ports-gnome-97d89026b63308df14a13b7600cacda507413595.zip
strip DOS style newlines out of this, it breaks 4.x builds.
Diffstat (limited to 'security')
-rw-r--r--security/p5-Business-PayPal-EWP/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/security/p5-Business-PayPal-EWP/Makefile b/security/p5-Business-PayPal-EWP/Makefile
index c1ed4c3f7ff3..b119625308b9 100644
--- a/security/p5-Business-PayPal-EWP/Makefile
+++ b/security/p5-Business-PayPal-EWP/Makefile
@@ -41,4 +41,8 @@ post-patch:
${PERL} -pi -e 's/^our /my /' ${WRKSRC}/lib/Business/PayPal/EWP.pm
.endif
+post-configure:
+ ${PERL} -pi -e 's/\x0d//' ${WRKSRC}/ppport.h
+ ${PERL} -pi -e 's/\x0d//' ${WRKSRC}/lib/Business/PayPal/EWP.pm
+
.include <bsd.port.post.mk>