svn commit: r381072 - head/www/templatelite

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Mar 12 10:37:48 UTC 2015


Author: amdmi3
Date: Thu Mar 12 10:37:46 2015
New Revision: 381072
URL: https://svnweb.freebsd.org/changeset/ports/381072
QAT: https://qat.redports.org/buildarchive/r381072/

Log:
  - Add LICENSE
  - Drop @dirrm* from plist

Modified:
  head/www/templatelite/Makefile
  head/www/templatelite/pkg-plist

Modified: head/www/templatelite/Makefile
==============================================================================
--- head/www/templatelite/Makefile	Thu Mar 12 10:37:41 2015	(r381071)
+++ head/www/templatelite/Makefile	Thu Mar 12 10:37:46 2015	(r381072)
@@ -10,6 +10,9 @@ DISTNAME=	template_lite_${PORTVERSION}
 MAINTAINER=	ports at 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

Modified: head/www/templatelite/pkg-plist
==============================================================================
--- head/www/templatelite/pkg-plist	Thu Mar 12 10:37:41 2015	(r381071)
+++ head/www/templatelite/pkg-plist	Thu Mar 12 10:37:46 2015	(r381072)
@@ -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%%
- at dirrm %%DATADIR%%/internal
- at dirrm %%DATADIR%%/plugins
- at dirrm %%DATADIR%%


More information about the svn-ports-head mailing list