Date: Tue, 2 Jun 2015 12:29:53 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388336 - head/www/template_ Message-ID: <201506021229.t52CTrNj084320@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 -@dirrm %%DATADIR%%/tpl_plugin -@dirrm %%DATADIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506021229.t52CTrNj084320>