diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-22 13:48:22 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2013-10-22 13:48:22 +0000 |
commit | e4ddd96cc1f04ec1b9f952c948a0fbff39ff826a (patch) | |
tree | d76da9b2fa9a590138674a8dc62743318b09d7ba /www/smarty3/Makefile | |
parent | 34902826723201b002459b6226f9757b04dd0ada (diff) |
- Update from 3.1.14 to 3.1.15 [1]
- Add stage support
PR: ports/183199
Submitted by: Michael Fausten <ports@michael-fausten.de> (maintainer) [1]
Notes
Notes:
svn path=/head/; revision=331265
Diffstat (limited to 'www/smarty3/Makefile')
-rw-r--r-- | www/smarty3/Makefile | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/www/smarty3/Makefile b/www/smarty3/Makefile index 6bcafc04858c..ebd588dc3c47 100644 --- a/www/smarty3/Makefile +++ b/www/smarty3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= smarty3 -PORTVERSION= 3.1.14 +PORTVERSION= 3.1.15 CATEGORIES= www MASTER_SITES= http://www.smarty.net/files/ DISTNAME= Smarty-${PORTVERSION} @@ -19,18 +19,8 @@ WANT_PHP_WEB= yes PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message -NO_STAGE= yes do-install: - @${MKDIR} ${DATADIR} -.for f in Smarty.class.php SmartyBC.class.php debug.tpl - ${INSTALL_DATA} ${WRKSRC}/libs/$f ${DATADIR} -.endfor - @${MKDIR} ${DATADIR}/plugins - ${INSTALL_DATA} ${WRKSRC}/libs/plugins/* ${DATADIR}/plugins - @${MKDIR} ${DATADIR}/sysplugins - ${INSTALL_DATA} ${WRKSRC}/libs/sysplugins/* ${DATADIR}/sysplugins - -post-install: - @${CAT} ${PKGMESSAGE} + @${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${WRKSRC}/libs && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) .include <bsd.port.mk> |