diff options
Diffstat (limited to 'security/spike-proxy/Makefile')
-rw-r--r-- | security/spike-proxy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/spike-proxy/Makefile b/security/spike-proxy/Makefile index 6d30b5a6170e..3a76af2c59fd 100644 --- a/security/spike-proxy/Makefile +++ b/security/spike-proxy/Makefile @@ -5,7 +5,7 @@ PORTNAME= spike-proxy PORTVERSION= 1.4.8 CATEGORIES= security MASTER_SITES= http://www.immunitysec.com/downloads/ -DISTNAME= SP${PORTVERSION:L:C/\.//g} +DISTNAME= SP${PORTVERSION:tl:C/\.//g} EXTRACT_SUFX= .tgz MAINTAINER= onatan@gmail.com |