summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-DomainKeys
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
parentBump revision for openjdk6-jre to catch up with the master port change. (diff)
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@)
Notes
Notes: svn path=/head/; revision=323680
Diffstat (limited to 'mail/p5-Mail-DomainKeys')
-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>