diff options
author | wiz <wiz> | 2000-04-30 00:09:01 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-04-30 00:09:01 +0000 |
commit | 017284286d74ada2070c94b2cda389735c8322fd (patch) | |
tree | 657dd680229a06c3059ed73bc9bcaf28798d7f63 /net/nmap/Makefile | |
parent | a5614df2912a0f1c754c0d57a08e5f996feddf7d (diff) | |
download | pkgsrc-017284286d74ada2070c94b2cda389735c8322fd.tar.gz |
Update nmap to 2.51.
Maintainer shared my opinion about architecture independent data files
belonging into share/ instead of lib/.
Other changes against 2.50: Target parsing bug fixed, new rpc number list.
Diffstat (limited to 'net/nmap/Makefile')
-rw-r--r-- | net/nmap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nmap/Makefile b/net/nmap/Makefile index ca41c4b0c28..c5061879b2d 100644 --- a/net/nmap/Makefile +++ b/net/nmap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2000/04/29 17:32:19 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2000/04/30 00:09:01 wiz Exp $ # -DISTNAME= nmap-2.50 +DISTNAME= nmap-2.51 CATEGORIES= net security MASTER_SITES= http://www.insecure.org/nmap/dist/ EXTRACT_SUFX= .tgz |