diff options
Diffstat (limited to 'net/fping/Makefile')
-rw-r--r-- | net/fping/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/fping/Makefile b/net/fping/Makefile index 0bf2dfd..00458c4 100644 --- a/net/fping/Makefile +++ b/net/fping/Makefile @@ -1,19 +1,20 @@ # ex:ts=8 # Ports collection makefile for: fping -# Version required: 0.0 # Date created: Tue Mar 25, 1997 # Whom: David O'Brien (obrien@NUXI.com) # # $FreeBSD$ # +PORTNAME= fping +PORTVERSION= 1.20 DISTNAME= part01 -PKGNAME= fping-1.20 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 MAINTAINER= obrien@FreeBSD.org |