aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-16 00:58:18 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-16 00:58:18 +0000
commit3f64367c01a0a276a0c44596f8fa7b6085f8ae0d (patch)
tree88267699e70f375f62f899ca72e31c6fbed888cf
parentac3dd153c1c936db8d7e448c370609147e023f9f (diff)
downloadports-3f64367c01a0a276a0c44596f8fa7b6085f8ae0d.tar.gz
ports-3f64367c01a0a276a0c44596f8fa7b6085f8ae0d.zip
MFH: r387862
- Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket)
Notes
Notes: svn path=/branches/2015Q2/; revision=389797
-rw-r--r--net/p5-IO-Socket-Multicast/Makefile7
1 files 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 <bsd.port.options.mk>
-
post-install:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR}