diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-07-01 06:14:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-07-01 06:14:09 +0800 |
commit | 1873dde369278f7189f7773d27513fb7b73e6e10 (patch) | |
tree | 003ea10ba3bf1e326ef2ffc4c5dd3bfbe40bdead /net/beacon | |
parent | 4d33cdf0651a7dfaf9a3d58d57d11fbe07acffe0 (diff) | |
download | freebsd-ports-gnome-1873dde369278f7189f7773d27513fb7b73e6e10.tar.gz freebsd-ports-gnome-1873dde369278f7189f7773d27513fb7b73e6e10.tar.zst freebsd-ports-gnome-1873dde369278f7189f7773d27513fb7b73e6e10.zip |
Remove Perl core modules
- While I'm here:
- Convert to options target helper
- Sort PLIST
- Bump PORTREVISION for dependency change
With hat: perl
Diffstat (limited to 'net/beacon')
-rw-r--r-- | net/beacon/Makefile | 7 | ||||
-rw-r--r-- | net/beacon/pkg-plist | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/net/beacon/Makefile b/net/beacon/Makefile index 89f649ca209f..b9962b6a8347 100644 --- a/net/beacon/Makefile +++ b/net/beacon/Makefile @@ -3,7 +3,7 @@ PORTNAME= beacon PORTVERSION= 1.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net perl5 mbone ipv6 MASTER_SITES= SF/multicastbeacon/multicastbeacon/beacon%20v${PORTVERSION} @@ -13,9 +13,6 @@ COMMENT= Beacon active measurement tool to monitor multicast LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= p5-Net>=0:net/p5-Net -RUN_DEPENDS= p5-Net>=0:net/p5-Net - WWW_DIR?= ${PREFIX}/www/ PLIST_SUB+= VERSION=${PORTVERSION} @@ -31,6 +28,8 @@ IPV6_BUILD_DEPENDS= p5-Socket6>=0:net/p5-Socket6 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/Multicast/Beacon/Beacon.so + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} diff --git a/net/beacon/pkg-plist b/net/beacon/pkg-plist index d26f76e8baed..103a6f758276 100644 --- a/net/beacon/pkg-plist +++ b/net/beacon/pkg-plist @@ -1,5 +1,5 @@ -%%SITE_ARCH%%/auto/Net/Multicast/Beacon/Beacon.so -%%SITE_ARCH%%/Net/Multicast/Beacon.pm bin/beacon @sample etc/beacon.conf.sample etc/rc.d/beacon +%%SITE_ARCH%%/Net/Multicast/Beacon.pm +%%SITE_ARCH%%/auto/Net/Multicast/Beacon/Beacon.so |