svn commit: r388336 - head/www/template_

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 2 12:29:54 UTC 2015


Author: amdmi3
Date: Tue Jun  2 12:29:52 2015
New Revision: 388336
URL: https://svnweb.freebsd.org/changeset/ports/388336

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

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

Modified: head/www/template_/Makefile
==============================================================================
--- head/www/template_/Makefile	Tue Jun  2 12:29:29 2015	(r388335)
+++ head/www/template_/Makefile	Tue Jun  2 12:29:52 2015	(r388336)
@@ -10,6 +10,8 @@ DISTNAME=	Template_.2.2.3
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	High performance PHP compiling template engine
 
+LICENSE=	LGPL20 # or later
+
 WRKSRC=		${WRKDIR}
 FETCH_ARGS+=	-o ${DISTNAME}.tar.gz
 

Modified: head/www/template_/pkg-plist
==============================================================================
--- head/www/template_/pkg-plist	Tue Jun  2 12:29:29 2015	(r388335)
+++ head/www/template_/pkg-plist	Tue Jun  2 12:29:52 2015	(r388336)
@@ -7,5 +7,3 @@
 %%DATADIR%%/tpl_plugin/prefilter.parseMySyntax.php
 %%DATADIR%%/Template_.class.php
 %%DATADIR%%/Template_.compiler.php
- at dirrm %%DATADIR%%/tpl_plugin
- at dirrm %%DATADIR%%


More information about the svn-ports-all mailing list