summaryrefslogtreecommitdiff
path: root/misc/p5-Array-IntSpan
diff options
context:
space:
mode:
Diffstat (limited to 'misc/p5-Array-IntSpan')
-rw-r--r--misc/p5-Array-IntSpan/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/p5-Array-IntSpan/Makefile b/misc/p5-Array-IntSpan/Makefile
index 4aabec3ebc48..7708692ec7af 100644
--- a/misc/p5-Array-IntSpan/Makefile
+++ b/misc/p5-Array-IntSpan/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: p5-Array-IntSpan
-# Date created: 30 Dec 2001
-# Whom: Seamus Venasse <svenasse@polaris.ca>
-#
+# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
-#
PORTNAME= Array-IntSpan
PORTVERSION= 2.002
@@ -19,6 +15,6 @@ PERL_CONFIGURE= yes
MAN3= Array::IntSpan.3 Array::IntSpan::Fields.3
post-patch:
- @${PERL} -pi -e 's/3pm/3/g' ${WRKSRC}/${CONFIGURE_SCRIPT}
+ @${REINPLACE_CMD} -i '' -e 's/3pm/3/g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>