diff options
Diffstat (limited to 'www/phpbb/Makefile')
-rw-r--r-- | www/phpbb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/phpbb/Makefile b/www/phpbb/Makefile index b7c44a5023f9..d72f60e90549 100644 --- a/www/phpbb/Makefile +++ b/www/phpbb/Makefile @@ -6,7 +6,7 @@ # PORTNAME= phpbb -PORTVERSION= 2.0.10 +PORTVERSION= 2.0.11 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -35,7 +35,7 @@ WRKSRC= ${WRKDIR}/phpBB2 NO_BUILD= yes USE_REINPLACE= yes PKGMESSAGE= ${WRKDIR}/pkg-message -PHPBB_VER= ${PORTVERSION:S/.0.//g:S/.//g} +PHPBB_VER= ${PORTVERSION:S/.//g:S/.//g} PLIST_SUB+= PHPBBDIR=${PHPBBDIR} WWWOWN=${WWWOWN} WWWGRP=${WWWGRP} PLIST_SUB+= PHPBB_VER=${PHPBB_VER} |