From 1546ca3da692c967dddc2d3f52c6b93cad7b0979 Mon Sep 17 00:00:00 2001
From: Dmitry Marakasov <amdmi3@FreeBSD.org>
Date: Thu, 28 May 2015 18:15:21 +0000
Subject: - Fix shebangs - Add NO_ARCH

Approved by:	portmgr blanket
MFH:		2015Q2
---
 comms/p5-Device-Modem/Makefile | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

(limited to 'comms')

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