diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-28 20:45:10 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-01-28 20:45:10 +0000 |
commit | 20a85e1441be81fdad35d43d0cfbaafe868140aa (patch) | |
tree | 6681409d34f2b5402d2a4348f58dae6d18299940 /www/smarty/Makefile | |
parent | - Update to 1.39 (diff) |
Update to 2.6.12
PR: 92452
Submitted by: Alexander Zhuravlev <zaa@ulstu.ru> (maintainer)
Diffstat (limited to 'www/smarty/Makefile')
-rw-r--r-- | www/smarty/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/smarty/Makefile b/www/smarty/Makefile index d9040fe22035..96009fe77253 100644 --- a/www/smarty/Makefile +++ b/www/smarty/Makefile @@ -6,19 +6,21 @@ # PORTNAME= smarty -PORTVERSION= 2.6.11 +PORTVERSION= 2.6.12 CATEGORIES= www MASTER_SITES= http://smarty.php.net/distributions/ \ http://smarty.php.net/distributions/manual/en/:manual DISTFILES= Smarty-${PORTVERSION}${EXTRACT_SUFX} .if !defined(NOPORTDOCS) -DISTFILES+= Smarty-${PORTVERSION}-docs${EXTRACT_SUFX}:manual +DISTFILES+= Smarty-${DOCSVERSION}-docs${EXTRACT_SUFX}:manual .endif MAINTAINER= zaa@zaa.pp.ru COMMENT= The PHP compiling template engine -WRKSRC= ${WRKDIR}/Smarty-${PORTVERSION} +DOCSVERSION= 2.6.11 + +WRKSRC= ${WRKDIR}/Smarty-${PORTVERSION} NO_BUILD= yes USE_PHP= yes |