aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-16 01:02:14 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-16 01:02:14 +0000
commit270e7f03c90b5d651e19286b38f58c6424ec3499 (patch)
treebad399736baf186183335ba81ae3bb0a49381c50
parentb8cf41f0328fff24b5ad86131191501239c3c95d (diff)
downloadports-270e7f03c90b5d651e19286b38f58c6424ec3499.tar.gz
ports-270e7f03c90b5d651e19286b38f58c6424ec3499.zip
MFH: r387867
- Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket)
Notes
Notes: svn path=/branches/2015Q2/; revision=389801
-rw-r--r--graphics/p5-SWF-Builder/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/p5-SWF-Builder/Makefile b/graphics/p5-SWF-Builder/Makefile
index f8e2dd488384..86e875326aa4 100644
--- a/graphics/p5-SWF-Builder/Makefile
+++ b/graphics/p5-SWF-Builder/Makefile
@@ -3,7 +3,7 @@
PORTNAME= SWF-Builder
PORTVERSION= 0.16
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -16,8 +16,10 @@ BUILD_DEPENDS= p5-SWF-File>=0:${PORTSDIR}/graphics/p5-SWF-File \
p5-Font-TTF>=0:${PORTSDIR}/x11-fonts/p5-Font-TTF
RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5 dos2unix
+USES= dos2unix perl5 shebangfix
+SHEBANG_FILES= lib/SWF/Builder/ActionScript/Compiler.pm
USE_PERL5= configure
+NO_ARCH= yes
post-configure:
@${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 --lax/;' ${WRKSRC}/Makefile