diff options
Diffstat (limited to 'devel/stringencoders/Makefile')
-rw-r--r-- | devel/stringencoders/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/stringencoders/Makefile b/devel/stringencoders/Makefile index fde90e7081bc..bd796f3497c7 100644 --- a/devel/stringencoders/Makefile +++ b/devel/stringencoders/Makefile @@ -3,10 +3,10 @@ PORTNAME= stringencoders PORTVERSION= 3.10.3 +DISTVERSIONPREFIX= v PORTREVISION= 3 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -DISTNAME= ${PORTNAME}-v${PORTVERSION} +MASTER_SITES= GOOGLE_CODE MAINTAINER= skreuzer@FreeBSD.org COMMENT= Collection of high performance c-string transformations |