Index: beacon/Makefile =================================================================== --- beacon/Makefile (revision 366689) +++ beacon/Makefile (working copy) @@ -7,7 +7,7 @@ CATEGORIES= net perl5 mbone ipv6 MASTER_SITES= SF/multicastbeacon/multicastbeacon/beacon%20v${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= portmaster@bsdforge.com COMMENT= Beacon active measurement tool to monitor multicast BUILD_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net @@ -17,6 +17,7 @@ PLIST_SUB+= VERSION=${PORTVERSION} USES= perl5 +USE_PERL5+= fixpacklist USE_AUTOTOOLS= autoconf OPTIONS_DEFINE= IPV6 @@ -24,7 +25,6 @@ IPV6_DESC= Enable IPv6 PTR lookups -NO_STAGE= yes .include .if ${PORT_OPTIONS:MIPV6} @@ -35,9 +35,13 @@ .endif post-install: + cd ${STAGEDIR}/${SITE_PERL}/${PERL_ARCH}/auto/Net/Multicast/Beacon/ && ${STRIP_CMD} Beacon.so + cd ${WRKSRC}/src/FreeBSD/ && cp beacon ${STAGEDIR}${PREFIX}/etc/rc.d/ .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR}/ - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}${DOCSDIR}/ + @${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ .endif +compress-man: +MANCOMPRESSED= no .include Index: beacon/pkg-descr =================================================================== --- beacon/pkg-descr (revision 366689) +++ beacon/pkg-descr (working copy) @@ -1,7 +1,7 @@ -The NLANR/DAST Multicast Beacon is a program written in Perl which uses the -RTP protocol to provide useful statistics and diagnostic information about -a given multicast group. -The Multicast Beacon can be used as a general-purpose active multicast +The NLANR/DAST Multicast Beacon is a program written in Perl which uses the RTP +protocol to provide useful statistics and diagnostic information about a given +multicast group. +The Multicast Beacon can be used as a general-purpose active multicast measurement tool. -WWW: http://sourceforge.net/projects/multicastbeacon/ +WWW: http://sourceforge.net/projects/multicastbeacon