diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-12 10:37:46 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-03-12 10:37:46 +0000 |
commit | d25e5c0521ae867809df678ec879cd9211d71bf2 (patch) | |
tree | bc394ee9a7e5945d4e3f2aa4f88dad568fc11d78 /www | |
parent | 8080b578f62f16714d500628eb829471cff282a6 (diff) | |
download | ports-d25e5c0521ae867809df678ec879cd9211d71bf2.tar.gz ports-d25e5c0521ae867809df678ec879cd9211d71bf2.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/templatelite/Makefile | 3 | ||||
-rw-r--r-- | www/templatelite/pkg-plist | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/www/templatelite/Makefile b/www/templatelite/Makefile index 67deba384a99..2e639aea2cbc 100644 --- a/www/templatelite/Makefile +++ b/www/templatelite/Makefile @@ -10,6 +10,9 @@ DISTNAME= template_lite_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Smaller, faster alternative to the Smarty template engine +LICENSE= LGPL21 # pr later +LICENSE_FILE= ${WRKSRC}/COPYING + NO_BUILD= yes USE_PHP= pcre WANT_PHP_WEB= yes diff --git a/www/templatelite/pkg-plist b/www/templatelite/pkg-plist index b45c7213e1e8..378bd5b4ffc5 100644 --- a/www/templatelite/pkg-plist +++ b/www/templatelite/pkg-plist @@ -87,8 +87,3 @@ %%DATADIR%%/plugins/prefilter.showinfoheader.php %%DATADIR%%/plugins/shared.escape_chars.php %%DATADIR%%/plugins/shared.make_timestamp.php -%%PORTDOCS%%@dirrm %%DOCSDIR%%/images -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%DATADIR%%/internal -@dirrm %%DATADIR%%/plugins -@dirrm %%DATADIR%% |