Index: head/www/smarty2/Makefile =================================================================== --- head/www/smarty2/Makefile (revision 501637) +++ head/www/smarty2/Makefile (revision 501638) @@ -1,39 +1,42 @@ # Created by: Simon 'corecode' Schubert # $FreeBSD$ PORTNAME= smarty PORTVERSION= 2.6.31 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://www.smarty.net/files/docs/:manual DISTFILES= manual-en-${PORTVERSION:R}.zip:manual PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= danilo@FreeBSD.org COMMENT= PHP compiling template engine -LICENSE= LGPL21 +LICENSE= LGPL21+ +LICENSE_FILE= ${WRKSRC}/COPYING.lib OPTIONS_DEFINE= DOCS NO_ARCH= yes NO_BUILD= yes USES= php:web,flavors USE_PHP= pcre SUB_FILES= pkg-message USE_GITHUB= yes GH_ACCOUNT= smarty-php do-install: @${MKDIR} ${STAGEDIR}${DATADIR} (cd ${WRKSRC}/libs && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in BUGS FAQ INSTALL NEWS README ${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR} .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR}/manual cd ${WRKDIR}/manual-en && ${FIND} . | ${CPIO} --quiet -dump ${STAGEDIR}${DOCSDIR}/manual .include Index: head/www/smarty2/pkg-descr =================================================================== --- head/www/smarty2/pkg-descr (revision 501637) +++ head/www/smarty2/pkg-descr (revision 501638) @@ -1,11 +1,11 @@ Smarty is a template engine for PHP. Many other template engines for PHP provide basic variable substitution and dynamic block functionality. Smarty takes a step further to be a "smart" template engine, adding features such as configuration files, template functions, and variable modifiers, and making all of this functionality as easy as possible to use for both programmers and template designers. Smarty also converts the templates into PHP scripts, eliminating the need to parse the templates on every invocation. This makes Smarty extremely scalable and managable for large application needs. -WWW: http://www.smarty.net/ +WWW: https://www.smarty.net/