Index: head/net/p5-IO-Socket-Multicast/Makefile =================================================================== --- head/net/p5-IO-Socket-Multicast/Makefile (revision 387861) +++ head/net/p5-IO-Socket-Multicast/Makefile (revision 387862) @@ -1,28 +1,27 @@ # Created by: Janos.Mohacsi@dante.org.uk # $FreeBSD$ PORTNAME= IO-Socket-Multicast PORTVERSION= 1.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= jmohacsi@bsd.hu 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} .include