diff options
author | abs <abs> | 2002-02-18 18:40:41 +0000 |
---|---|---|
committer | abs <abs> | 2002-02-18 18:40:41 +0000 |
commit | 01e9d1eae3a3302c64ff1418a5c929f16cbc0752 (patch) | |
tree | 1a7a8951c3492f9ea4c2718233ae65f0e66a386c /net/fping/Makefile | |
parent | 35a7c44541fc04a97d77d93538645a87d17a42c0 (diff) | |
download | pkgsrc-01e9d1eae3a3302c64ff1418a5c929f16cbc0752.tar.gz |
Updated fping to 1.20nb1
When on an alpha you cannot be lazy and assume -1 matches INADDR_NONE
Now mono.org's new alpha can run rconfig... This should make norm happy.
Diffstat (limited to 'net/fping/Makefile')
-rw-r--r-- | net/fping/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/fping/Makefile b/net/fping/Makefile index dbb6fc5f188..ee053c1b93f 100644 --- a/net/fping/Makefile +++ b/net/fping/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2001/10/31 17:05:59 zuntum Exp $ +# $NetBSD: Makefile,v 1.6 2002/02/18 18:40:41 abs Exp $ # FreeBSD Id: ports/net/fping/Makefile,v 1.10 2000/04/20 20:18:57 mharo Exp DISTNAME= part01 PKGNAME= fping-1.20 +PKGREVISION= 1 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/ \ |