net/fping: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2024-01-31 18:55:38 +01:00
parent 78cbf8551a
commit baef1a3af5
2 changed files with 5 additions and 4 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= fping
PORTVERSION= 5.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://fping.org/dist/ \
https://github.com/schweikert/${PORTNAME}/releases/download/v${PORTVERSION}/
@ -18,6 +18,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= autoreconf
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= IPV6
@ -26,6 +27,6 @@ IPV6_CONFIGURE_OFF=--disable-ipv6
post-install-IPV6-on:
${RLN} ${STAGEDIR}${PREFIX}/sbin/fping ${STAGEDIR}${PREFIX}/sbin/fping6
${RLN} ${STAGEDIR}${PREFIX}/man/man8/fping.8 ${STAGEDIR}${PREFIX}/man/man8/fping6.8
${RLN} ${STAGEDIR}${PREFIX}/share/man/man8/fping.8 ${STAGEDIR}${PREFIX}/share/man/man8/fping6.8
.include <bsd.port.mk>

View File

@ -2,5 +2,5 @@
sbin/fping
%%IPV6%%sbin/fping6
@mode
man/man8/fping.8.gz
%%IPV6%%man/man8/fping6.8.gz
share/man/man8/fping.8.gz
%%IPV6%%share/man/man8/fping6.8.gz