diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 18:14:07 +0000 |
commit | 93a61d6874669ec2bb1bc7deebc61598e4174442 (patch) | |
tree | b771014812f92756476f174cb7d6d567fc13dbc2 /net/fping | |
parent | e062d3845f126e409fb15b1ae6b67f75410a881b (diff) |
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes:
svn path=/head/; revision=27423
Diffstat (limited to 'net/fping')
-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 0bf2dfd19ba6..00458c449726 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 |