aboutsummaryrefslogtreecommitdiff
path: root/net/bwping/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/bwping/Makefile')
-rw-r--r--net/bwping/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/bwping/Makefile b/net/bwping/Makefile
index 4fb96ab7da29..d867096b9e3b 100644
--- a/net/bwping/Makefile
+++ b/net/bwping/Makefile
@@ -1,17 +1,20 @@
PORTNAME= bwping
PORTVERSION= 2.5
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= SF
MAINTAINER= oleg.derevenetz@gmail.com
COMMENT= Tool to measure bandwidth and RTT between two hosts using ICMP
+WWW= https://bwping.sourceforge.io/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
INSTALL_TARGET= install-strip
-PLIST_FILES= sbin/bwping sbin/bwping6 man/man8/bwping.8.gz man/man8/bwping6.8.gz
+PLIST_FILES= sbin/bwping sbin/bwping6 share/man/man8/bwping.8.gz share/man/man8/bwping6.8.gz
.include <bsd.port.mk>