diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2004-10-13 12:12:45 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2004-10-13 12:12:45 +0000 |
commit | 6405b3c1964ed494fb828d7ad0e2d04ed7bf1fc9 (patch) | |
tree | b86a99df34023ae6b80de00c7088cd0cc8c2d968 /www/smarty/Makefile | |
parent | Add qmail-qfilter-1.5: (diff) |
Update to 2.6.5
PR: 72110
Submitted by: Alexander Zhuravlev <zaa@ulstu.ru>
Diffstat (limited to 'www/smarty/Makefile')
-rw-r--r-- | www/smarty/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/www/smarty/Makefile b/www/smarty/Makefile index 6900d60663bc..de178f988b2b 100644 --- a/www/smarty/Makefile +++ b/www/smarty/Makefile @@ -6,13 +6,13 @@ # PORTNAME= smarty -PORTVERSION= 2.6.4 +PORTVERSION= 2.6.5 CATEGORIES= www MASTER_SITES= http://smarty.php.net/distributions/ \ http://smarty.php.net/distributions/manual/en/:manual DISTFILES= Smarty-${PORTVERSION}${EXTRACT_SUFX} .if !defined(NOPORTDOCS) -DISTFILES+= Smarty-${PORTVERSION}-docs${EXTRACT_SUFX}:manual +DISTFILES+= Smarty-2.6.4-docs${EXTRACT_SUFX}:manual .endif MAINTAINER= zaa@ulstu.ru @@ -45,12 +45,6 @@ do-install: .endfor @${MKDIR} ${DOCSDIR}/manual @cd ${WRKDIR}/manual && ${FIND} . | ${CPIO} --quiet -dumpR ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}/manual - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/demo/index.php ${EXAMPLESDIR} -.for f in configs templates templates_c cache - @${MKDIR} ${EXAMPLESDIR}/$f - @-${INSTALL_DATA} ${WRKSRC}/demo/$f/* ${EXAMPLESDIR}/$f 2>/dev/null || ${TRUE} -.endfor .endif post-install: |