Line 2
Link Here
|
2 |
# $FreeBSD: head/www/smarty3/Makefile 327776 2013-09-20 23:36:50Z bapt $ |
2 |
# $FreeBSD: head/www/smarty3/Makefile 305003 2012-09-28 17:22:32Z glarkin $ |
3 |
-- |
|
|
Line 5
Link Here
|
5 |
PORTVERSION= 3.1.14 |
5 |
PORTVERSION= 3.1.15 |
6 |
-- |
|
|
Line 11
Link Here
|
11 |
COMMENT= PHP compiling template engine |
11 |
COMMENT= The PHP compiling template engine |
12 |
-- |
|
|
Line 23
Link Here
|
|
|
23 |
|
Lines 24-31
Link Here
|
24 |
@${MKDIR} ${DATADIR} |
25 |
${MKDIR} ${DATADIR} |
25 |
.for f in Smarty.class.php SmartyBC.class.php debug.tpl |
26 |
(cd ${WRKSRC}/libs && ${COPYTREE_SHARE} . ${DATADIR}) |
26 |
${INSTALL_DATA} ${WRKSRC}/libs/$f ${DATADIR} |
|
|
27 |
.endfor |
28 |
@${MKDIR} ${DATADIR}/plugins |
29 |
${INSTALL_DATA} ${WRKSRC}/libs/plugins/* ${DATADIR}/plugins |
30 |
@${MKDIR} ${DATADIR}/sysplugins |
31 |
${INSTALL_DATA} ${WRKSRC}/libs/sysplugins/* ${DATADIR}/sysplugins |
32 |
-- |