diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-19 16:39:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-19 16:39:42 +0000 |
commit | 536846c37b6eec06a49e8516c7f2fb088e76e8c3 (patch) | |
tree | 28358f662816d9914e1a2dd44befc76c65d55cf9 /net | |
parent | 2f762bac63b05509ca7f78f25319f0350b7bb636 (diff) | |
download | pkgsrc-536846c37b6eec06a49e8516c7f2fb088e76e8c3.tar.gz |
Fix version in PKGNAME (not much point in claiming to be an older version...).
Diffstat (limited to 'net')
-rw-r--r-- | net/arping/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/arping/Makefile b/net/arping/Makefile index c80b54fe43f..f85294491d6 100644 --- a/net/arping/Makefile +++ b/net/arping/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2004/10/03 00:17:49 tv Exp $ +# $NetBSD: Makefile,v 1.3 2004/11/19 16:39:42 wiz Exp $ # -PKGNAME= arping-1.08 -PKGREVISION= 1 DISTNAME= arping-2.01 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.habets.pp.se/pub/synscan/ |