diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-01-31 00:50:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-01-31 00:50:27 +0000 |
commit | 6d09d8dd4f10eeefcd3f67f145777dd94374d6e9 (patch) | |
tree | f02344f3c37d2ebed78c169c95d656dea44ceac9 /security/nmap/Makefile | |
parent | 27805ba0b82386641ffd702d47e49b36941ec646 (diff) |
Notes
Diffstat (limited to 'security/nmap/Makefile')
-rw-r--r-- | security/nmap/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/nmap/Makefile b/security/nmap/Makefile index 163848a63b4d..c87bae05c342 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -6,7 +6,7 @@ # PORTNAME= nmap -PORTVERSION= 5.00 +PORTVERSION= 5.21 CATEGORIES= security ipv6 MASTER_SITES= http://nmap.org/dist/ \ http://nmap.ucsd.edu/dist/ \ @@ -31,7 +31,9 @@ CONFIGURE_ARGS= --without-localdirs \ --with-liblua=${LOCALBASE} CONFIGURE_ENV= LUA_INCDIR="${LUA_INCDIR}" LUA_LIBDIR="${LUA_LIBDIR}" -MAN1= nmap.1 ncat.1 +MANLANG= "" de es fr hr hu it jp pl pt_BR pt_PT ro ru sk zh +MAN1= nmap.1 +MAN1_EN= ncat.1 PLIST_SUB= NCATDATADIR=share/ncat .ifndef WITHOUT_SSL |