diff options
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 350367b4d7d..14652064be5 100644 --- a/security/nmap/Makefile +++ b/security/nmap/Makefile @@ -6,15 +6,17 @@ # PORTNAME?= nmap -PORTVERSION= 3.50 +PORTVERSION= ${DISTVERSION:L:C/([a-z])[a-z]+/\1/g:C/[^a-z0-9+]+/./g} CATEGORIES= security ipv6 MASTER_SITES= http://download.insecure.org/nmap/dist/ \ http://www.mirrors.wiretapped.net/security/network-mapping/nmap/ -DISTNAME= nmap-${PORTVERSION} # needed for security/nmapfe +DISTNAME= nmap-${DISTVERSION} # needed for security/nmapfe MAINTAINER= eik@FreeBSD.org COMMENT?= Port scanning utility for large networks +DISTVERSION= 3.51-TEST3 + USE_BZIP2= yes GNU_CONFIGURE= yes |