aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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