From 3f64367c01a0a276a0c44596f8fa7b6085f8ae0d Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 16 Jun 2015 00:58:18 +0000 Subject: MFH: r387862 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket) --- net/p5-IO-Socket-Multicast/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net/p5-IO-Socket-Multicast/Makefile b/net/p5-IO-Socket-Multicast/Makefile index b1e267f34d2d..0803ccfc9c24 100644 --- a/net/p5-IO-Socket-Multicast/Makefile +++ b/net/p5-IO-Socket-Multicast/Makefile @@ -3,7 +3,7 @@ PORTNAME= IO-Socket-Multicast PORTVERSION= 1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,13 +14,12 @@ COMMENT= Perl module to send and receive multicast messages RUN_DEPENDS= p5-IO-Interface>=0:${PORTSDIR}/net/p5-IO-Interface BUILD_DEPENDS:= ${RUN_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= examples/client.pl examples/server.pl USE_PERL5= configure OPTIONS_DEFINE= EXAMPLES -.include - post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} -- cgit v1.2.3