diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-14 07:32:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-14 07:32:09 +0000 |
commit | 12aab1afb7563c432460639e09114c9219483e92 (patch) | |
tree | 45ede778cd6d212b7f0c551f6978eac47266d228 /www/smarty/Makefile | |
parent | add py-freebsd 0.1 (diff) |
upgrade to 2.1.1
PR: 39255
Submitted by: maintainer
Diffstat (limited to 'www/smarty/Makefile')
-rw-r--r-- | www/smarty/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/smarty/Makefile b/www/smarty/Makefile index 6b1d1d975442..d5c6be275f85 100644 --- a/www/smarty/Makefile +++ b/www/smarty/Makefile @@ -6,7 +6,7 @@ # PORTNAME= smarty -PORTVERSION= 2.0.1 +PORTVERSION= 2.1.1 CATEGORIES= www MASTER_SITES= http://www.phpinsider.com/php/code/Smarty/download/ DISTFILES= Smarty-${PORTVERSION}${EXTRACT_SUFX} @@ -29,7 +29,7 @@ MSG_SUB= DATADIR=${DATADIR} LOCALBASE=${LOCALBASE} do-install: @${MKDIR} ${DATADIR} -.for f in Config_File.class.php Smarty.class.php Smarty_Compiler.class.php overlib.js +.for f in Config_File.class.php Smarty.class.php Smarty_Compiler.class.php overlib.js templates/debug.tpl @${INSTALL_DATA} ${WRKSRC}/$f ${DATADIR} .endfor @${MKDIR} ${DATADIR}/plugins |