diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 02:14:07 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 02:14:07 +0800 |
commit | c87133c16a2706e2e31935f0fbb9ad36f415370c (patch) | |
tree | 6422e8b75172ae95b0161366b1f713fb31711a7a /net/fping/Makefile | |
parent | f473133a811239a33610f5a219dc28385fcc339b (diff) | |
download | freebsd-ports-graphics-c87133c16a2706e2e31935f0fbb9ad36f415370c.tar.gz freebsd-ports-graphics-c87133c16a2706e2e31935f0fbb9ad36f415370c.tar.zst freebsd-ports-graphics-c87133c16a2706e2e31935f0fbb9ad36f415370c.zip |
Update with the new PORTNAME/PORTVERSION variables
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 0bf2dfd19ba..00458c44972 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 |