From 02a8054ea178b76882db55f5867646f9d3214ae9 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:48:21 +0000 Subject: MFH: r387759 - Fix shebangs - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) --- comms/p5-Device-Modem/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/comms/p5-Device-Modem/Makefile b/comms/p5-Device-Modem/Makefile index b3b508c51a4a..1e869f667a62 100644 --- a/comms/p5-Device-Modem/Makefile +++ b/comms/p5-Device-Modem/Makefile @@ -3,7 +3,7 @@ PORTNAME= Device-Modem PORTVERSION= 1.57 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,8 +17,12 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Device-SerialPort>=0:${PORTSDIR}/comms/p5-Device-SerialPort RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= examples/xmodem.pl \ + examples/shell.pl \ + examples/caller-id.pl USE_PERL5= configure +NO_ARCH= yes OPTIONS_DEFINE= EXAMPLES -- cgit v1.2.3