From a286e36d3f320fa1a414e4a644abfde3ed05178d Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sat, 30 May 2015 12:33:02 +0000 Subject: [PATCH] - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2 --- textproc/p5-XML-STX/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/textproc/p5-XML-STX/Makefile b/textproc/p5-XML-STX/Makefile index aaaacb439e89..fdf73f4acbae 100644 --- a/textproc/p5-XML-STX/Makefile +++ b/textproc/p5-XML-STX/Makefile @@ -3,7 +3,7 @@ PORTNAME= XML-STX PORTVERSION= 0.43 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,8 +16,10 @@ BUILD_DEPENDS= p5-XML-SAX>=0:${PORTSDIR}/textproc/p5-XML-SAX \ p5-XML-NamespaceSupport>=0:${PORTSDIR}/textproc/p5-XML-NamespaceSupport RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= examples/tester.pl examples/stx-filter.pl USE_PERL5= configure patch +NO_ARCH= yes OPTIONS_DEFINE= DOCS EXAMPLES