diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-29 15:22:33 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-29 15:22:33 +0000 |
commit | 31b67a54462cddf6b6840740dec94bae6f7a7a85 (patch) | |
tree | 809c04c5f55390db3f0f5bbcd4e739834a7497f6 | |
parent | 253016cbd98e3a59f37e13e2cfb8e97730366c62 (diff) | |
download | freebsd-ports-31b67a54462cddf6b6840740dec94bae6f7a7a85.zip |
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket
MFH: 2015Q2
-rw-r--r-- | graphics/p5-SWF-Builder/Makefile | 6 |
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 |