diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-01-26 09:30:33 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-01-26 09:30:33 +0000 |
commit | 460828d6720eb7817772ca1aa413aecb062f29fa (patch) | |
tree | 15ec3d067bafe5d7bcd279e9a646e79daece2d56 /www/smarty/Makefile | |
parent | Add pgcluster 1.0.6b, the multi-master and synchronous replication (diff) |
- Update to 2.6.1 release [1]
- Use bsd.php.mk
PR: ports/61913 [1]
Submitted by: zhuravlev alexander <zaa@ulstu.ru> (maintainer) [1]
Approved by: nork (mentor/implicitly)
Diffstat (limited to 'www/smarty/Makefile')
-rw-r--r-- | www/smarty/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/www/smarty/Makefile b/www/smarty/Makefile index 8e3db6e56c98..1e8f440fc09a 100644 --- a/www/smarty/Makefile +++ b/www/smarty/Makefile @@ -6,7 +6,7 @@ # PORTNAME= smarty -PORTVERSION= 2.6.0 +PORTVERSION= 2.6.1 CATEGORIES= www MASTER_SITES= http://smarty.php.net/distributions/ \ http://smarty.php.net/distributions/manual/en/:manual @@ -18,17 +18,18 @@ DISTFILES+= Smarty-2.6.0-docs${EXTRACT_SUFX}:manual MAINTAINER= zaa@ulstu.ru COMMENT= The PHP compiling template engine -RUN_DEPENDS= php-config:${PORTSDIR}/www/mod_php4 - WRKSRC= ${WRKDIR}/Smarty-${PORTVERSION} NO_BUILD= yes +WANT_PHP_WEB= yes PKGMESSAGE= ${WRKDIR}/pkg-message -MSG_SRC=${FILESDIR}/pkg-message +MSG_SRC= ${FILESDIR}/pkg-message MSG_SUB= DATADIR=${DATADIR} LOCALBASE=${LOCALBASE} +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/lang/php4/bsd.php.mk" do-install: @${MKDIR} ${DATADIR} .for f in Config_File.class.php Smarty.class.php Smarty_Compiler.class.php debug.tpl @@ -58,4 +59,4 @@ post-install: ${PKGMESSAGE} @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |