aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBIx-MySQLSequence
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DBIx-MySQLSequence')
-rw-r--r--databases/p5-DBIx-MySQLSequence/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/p5-DBIx-MySQLSequence/Makefile b/databases/p5-DBIx-MySQLSequence/Makefile
index 856ebe5144a6..e9e4557ef3d8 100644
--- a/databases/p5-DBIx-MySQLSequence/Makefile
+++ b/databases/p5-DBIx-MySQLSequence/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: databases/p5-DBIx-MySQLSequence
-# Date created: 18 March 2006
-# Whom: Lars Thegler <lth@FreeBSD.org>
-#
+# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= DBIx-MySQLSequence
PORTVERSION= 1.04
@@ -27,6 +23,6 @@ PERL_CONFIGURE= yes
MAN3= DBIx::MySQLSequence.3
post-patch:
- @${PERL} -pi -e '$$_="" if m/Test::More/' ${WRKSRC}/Makefile.PL
+ @${REINPLACE_CMD} -i '' '/Test::More/d' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>