aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-05-11 15:36:04 +0800
committerbapt <bapt@FreeBSD.org>2013-05-11 15:36:04 +0800
commit5279374d0c987351a0402eb497f42ab933b262ea (patch)
tree0cb8b9f7a16c63ce63d2aaaa9cfe23cca2292c73 /mail
parent4b12575d354d0892cef004f6a55859b7e80e4f01 (diff)
downloadfreebsd-ports-gnome-5279374d0c987351a0402eb497f42ab933b262ea.tar.gz
freebsd-ports-gnome-5279374d0c987351a0402eb497f42ab933b262ea.tar.zst
freebsd-ports-gnome-5279374d0c987351a0402eb497f42ab933b262ea.zip
Fix extraction [1]
While here use shebangfix Submitted by: John Marino (via irc)[1]
Diffstat (limited to 'mail')
-rw-r--r--mail/msgconvert/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/msgconvert/Makefile b/mail/msgconvert/Makefile
index 2401cfdd5d2b..049ac8a7358a 100644
--- a/mail/msgconvert/Makefile
+++ b/mail/msgconvert/Makefile
@@ -19,11 +19,13 @@ RUN_DEPENDS= p5-OLE-Storage_Lite>=0:${PORTSDIR}/devel/p5-OLE-Storage_Lite \
NO_BUILD= yes
NO_WRKSUBDIR= yes
+USES= shebangfix
USE_BZIP2= yes
USE_PERL5= yes
-EXTRACT_CMD= ${GZCAT}
+EXTRACT_CMD= ${BZCAT}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= > ${PORTNAME}.pl
+SHEBANG_FILES= ${PORTNAME}.pl
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}.pl