aboutsummaryrefslogtreecommitdiff
path: root/net/fping/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-08-27 03:23:48 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-08-27 03:23:48 +0000
commit38e1b08af00c6e5f70166738ea300b4a23f03baf (patch)
treebbfdfa2b001da1227726e39cee8d68bbd6c5548d /net/fping/Makefile
parent067e95c42089e1d395d611c5b68d51c129f55541 (diff)
Notes
Diffstat (limited to 'net/fping/Makefile')
-rw-r--r--net/fping/Makefile18
1 files changed, 6 insertions, 12 deletions
diff --git a/net/fping/Makefile b/net/fping/Makefile
index 1a654bbf6fe1..bfd30fb148ab 100644
--- a/net/fping/Makefile
+++ b/net/fping/Makefile
@@ -7,25 +7,19 @@
#
PORTNAME= fping
-PORTVERSION= 1.20
+PORTVERSION= 2.2b1
CATEGORIES= net
-MASTER_SITES= ftp://ftp.uu.net/usenet/comp.sources.unix/volume26/fping/ \
- ftp://ftp.digital.com/pub/usenet/comp.sources.unix/volume26/fping/ \
- ftp://ftp.wustl.edu/usenet/comp.sources.unix/volume26/fping/ \
- ftp://ftp.isnet.is/pub/Usenet/Usenet.src/comp.sources.unix/v26/fping/
-DISTNAME= part01
-EXTRACT_SUFX= .Z
+MASTER_SITES= ftp://ftp.stanford.edu/dept/networking/pub/fping/ \
+ ftp://sntop.sourceforge.net/pub/sntop/
MAINTAINER= obrien@FreeBSD.org
-DIST_SUBDIR= fping
-EXTRACT_CMD= zcat
-EXTRACT_BEFORE_ARGS=
-EXTRACT_AFTER_ARGS= | ${SED} -e '1,/Archive-Name/d' | ${SH}
-NO_WRKSUBDIR= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --bindir="${PREFIX}/sbin"
MAN8= fping.8
post-install:
@strip ${PREFIX}/sbin/fping
+ @${CHMOD} 4555 ${PREFIX}/sbin/fping
.include <bsd.port.mk>