diff options
author | obrien <obrien@FreeBSD.org> | 2000-08-27 11:23:48 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-08-27 11:23:48 +0800 |
commit | ead3fe5c39c76f474ffeb9aa41f5f30a51f7c959 (patch) | |
tree | 38045feb79a32f2dbbf95205d0354191c1b5d1c5 /net/fping/Makefile | |
parent | c1c7b5494710403e71a6acb3dc9629fd1e2a3eb0 (diff) | |
download | freebsd-ports-graphics-ead3fe5c39c76f474ffeb9aa41f5f30a51f7c959.tar.gz freebsd-ports-graphics-ead3fe5c39c76f474ffeb9aa41f5f30a51f7c959.tar.zst freebsd-ports-graphics-ead3fe5c39c76f474ffeb9aa41f5f30a51f7c959.zip |
Upgrade to version 2.2b1.
Diffstat (limited to 'net/fping/Makefile')
-rw-r--r-- | net/fping/Makefile | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/net/fping/Makefile b/net/fping/Makefile index 1a654bbf6fe..bfd30fb148a 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> |