diff options
author | jeh <jeh@FreeBSD.org> | 2003-11-09 21:05:57 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2003-11-09 21:05:57 +0800 |
commit | b69b94150afb27576a4b06b22ca56d37c6d796fa (patch) | |
tree | d3a8abd1c9b07e45e67b19ad9f394b78bed268c2 /www/smarty/Makefile | |
parent | 4f2af0980b232892dbdc88b53c06c24ea9a80edb (diff) | |
download | freebsd-ports-gnome-b69b94150afb27576a4b06b22ca56d37c6d796fa.tar.gz freebsd-ports-gnome-b69b94150afb27576a4b06b22ca56d37c6d796fa.tar.zst freebsd-ports-gnome-b69b94150afb27576a4b06b22ca56d37c6d796fa.zip |
Maintainer update of port www/smarty to version Smarty-2.6.0-RC2
PR: 58684
Submitted By: MAINTAINER
Diffstat (limited to 'www/smarty/Makefile')
-rw-r--r-- | www/smarty/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/smarty/Makefile b/www/smarty/Makefile index bee24749dad1..b23ab21b9c10 100644 --- a/www/smarty/Makefile +++ b/www/smarty/Makefile @@ -6,12 +6,11 @@ # PORTNAME= smarty -PORTVERSION= 2.5.0 -PORTREVISION= 1 +PORTVERSION= 2.6.0.r2 CATEGORIES= www MASTER_SITES= http://smarty.php.net/distributions/ \ http://smarty.php.net/distributions/manual/en/:manual -DISTFILES= Smarty-${PORTVERSION}${EXTRACT_SUFX} +DISTFILES= Smarty-${PORTVERSION:S/.r2/-RC2/}${EXTRACT_SUFX} .if !defined(NOPORTDOCS) DISTFILES+= Smarty-2.5.0-docs${EXTRACT_SUFX}:manual .endif @@ -21,7 +20,7 @@ COMMENT= The PHP compiling template engine RUN_DEPENDS= php-config:${PORTSDIR}/www/mod_php4 -WRKSRC= ${WRKDIR}/Smarty-${PORTVERSION} +WRKSRC= ${WRKDIR}/Smarty-${PORTVERSION:S/.r2/-RC2/} NO_BUILD= yes @@ -37,6 +36,8 @@ do-install: .for f in Config_File.class.php Smarty.class.php Smarty_Compiler.class.php debug.tpl @${INSTALL_DATA} ${WRKSRC}/libs/$f ${DATADIR} .endfor + @${MKDIR} ${DATADIR}/core + @${INSTALL_DATA} ${WRKSRC}/libs/core/* ${DATADIR}/core @${MKDIR} ${DATADIR}/plugins @${INSTALL_DATA} ${WRKSRC}/libs/plugins/* ${DATADIR}/plugins .if !defined(NOPORTDOCS) |