aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-DomainKeys/Makefile
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-07-26 05:33:51 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-07-26 05:33:51 +0000
commita4fc6158f566f3061d1acce1ef519be9cd17a69a (patch)
treeeb22256c13100460a384a64ae5d3fbefbaab9ab7 /mail/p5-Mail-DomainKeys/Makefile
parentf720ee1568631cec981d47b6deaf26f18bc44159 (diff)
downloadports-a4fc6158f566f3061d1acce1ef519be9cd17a69a.tar.gz
ports-a4fc6158f566f3061d1acce1ef519be9cd17a69a.zip
Notes
Diffstat (limited to 'mail/p5-Mail-DomainKeys/Makefile')
-rw-r--r--mail/p5-Mail-DomainKeys/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/p5-Mail-DomainKeys/Makefile b/mail/p5-Mail-DomainKeys/Makefile
index 10fca248f47b..63a6f8be9c8e 100644
--- a/mail/p5-Mail-DomainKeys/Makefile
+++ b/mail/p5-Mail-DomainKeys/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Mail-DomainKeys
-# Date created: 23 May 2005
-# Whom: Sergey Skvortsov <skv@protey.ru>
-#
+# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
-#
PORTNAME= Mail-DomainKeys
PORTVERSION= 1.0
@@ -25,6 +21,6 @@ PERL_CONFIGURE= yes
MAN3= Mail::DomainKeys.3
post-patch:
- @${PERL} -pi -e '$$_="" if $$.>=6 && $$.<=38' ${WRKSRC}/Makefile.PL
+ @${REINPLACE_CMD} -i '' '6,38d' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>