aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-07-27 16:06:25 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-07-27 16:06:25 +0000
commitb47325edb2d93a726b151ae81f7ecd3c183f0565 (patch)
treeaf6266e338105f6caa968f90afd0c4e98288d6f5 /databases
parent413424ee99f55dc8d1d442dfc594daa157055a7b (diff)
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/p5-DBD-InterBase/Makefile10
-rw-r--r--databases/p5-DBIx-Class-TimeStamp/Makefile8
-rw-r--r--databases/p5-DBIx-MySQLSequence/Makefile8
3 files changed, 7 insertions, 19 deletions
diff --git a/databases/p5-DBD-InterBase/Makefile b/databases/p5-DBD-InterBase/Makefile
index d9defc6c670c..bf8ed56cad98 100644
--- a/databases/p5-DBD-InterBase/Makefile
+++ b/databases/p5-DBD-InterBase/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: DBD::InterBase
-# Date created: 15 Oct 2001
-# Whom: Sergey Skvortsov <skv@protey.ru>
-#
+# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
-#
PORTNAME= DBD-InterBase
PORTVERSION= 0.48
@@ -22,8 +18,8 @@ PERL_CONFIGURE= yes
USE_FIREBIRD= yes
post-patch:
- @${PERL} -pi -e 's,%%IB_BASE%%,${LOCALBASE},g' \
- ${WRKSRC}/Makefile.PL
+ @${REINPLACE_CMD} -i '' -e 's|%%IB_BASE%%|${LOCALBASE}|' \
+ ${WRKSRC}/Makefile.PL
MAN3= DBD::InterBase.3
diff --git a/databases/p5-DBIx-Class-TimeStamp/Makefile b/databases/p5-DBIx-Class-TimeStamp/Makefile
index 1cbafe9e5b5c..5df2def9b180 100644
--- a/databases/p5-DBIx-Class-TimeStamp/Makefile
+++ b/databases/p5-DBIx-Class-TimeStamp/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: databases/p5-DBIx-Class-TimeStamp
-# Date created: 28 April 2009
-# Whom: Lars Thegler <lth@FreeBSD.org>
-#
+# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= DBIx-Class-TimeStamp
PORTVERSION= 0.14
@@ -30,6 +26,6 @@ PERL_CONFIGURE= yes
MAN3= DBIx::Class::TimeStamp.3
post-patch:
- ${PERL} -pi -e '$$_="" if /auto_install/' ${WRKSRC}/Makefile.PL
+ @${REINPLACE_CMD} -i '' '/auto_install/d' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>
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>