aboutsummaryrefslogtreecommitdiff
path: root/mail/mb2md
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-07-26 07:33:41 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-07-26 07:33:41 +0000
commit19ae251b54b068aae1520c17885ecae948e723bc (patch)
treee2c71147def7c03ff268350288657b4e7692d180 /mail/mb2md
parentbe856e74d2486c2042594b76c9cade12ee3f3c07 (diff)
downloadports-19ae251b54b068aae1520c17885ecae948e723bc.tar.gz
ports-19ae251b54b068aae1520c17885ecae948e723bc.zip
- 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=323702
Diffstat (limited to 'mail/mb2md')
-rw-r--r--mail/mb2md/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/mb2md/Makefile b/mail/mb2md/Makefile
index eb0b309ee8e9..718b7a917875 100644
--- a/mail/mb2md/Makefile
+++ b/mail/mb2md/Makefile
@@ -21,12 +21,11 @@ EXTRACT_AFTER_ARGS= > ${WRKDIR}/${PORTNAME}
NO_WRKSUBDIR= yes
NO_BUILD= yes
USE_PERL5= yes
+USES= shebangfix
+SHEBANG_FILES= mb2md
PLIST_FILES= bin/mb2md
-post-patch:
- @${PERL} -pi -e 's|/usr/bin/perl|${PERL}|g' ${WRKSRC}/${PORTNAME}
-
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin