diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-07-01 03:38:04 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-07-01 03:38:04 +0000 |
commit | d8a8887c96ff96479cb5767d7f2d41bae885d950 (patch) | |
tree | 158703c8066c16517cd2408f5cd07250f57bffd2 /security/nmap/Makefile | |
parent | 81e7742353792c3fc1899abc7ab61932f2678347 (diff) |
Notes
Diffstat (limited to 'security/nmap/Makefile')
-rw-r--r-- | security/nmap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index e800a727b0aa..1a71a80dea01 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -7,7 +7,7 @@ # PORTNAME?= nmap -PORTVERSION= 3.28 +PORTVERSION= 3.30 CATEGORIES= security ipv6 MASTER_SITES= http://download.insecure.org/nmap/dist/ DISTNAME= nmap-${PORTVERSION:S/.b/BETA/} @@ -16,6 +16,7 @@ MAINTAINER= dominic.marks@btinternet.com COMMENT?= Port scanning utility for large networks GNU_CONFIGURE= yes +CONFIGURE_ARGS= --without-localdirs USE_BZIP2= yes MAN1?= nmap.1 |