svn commit: r325986 - head/www/tinymce3

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 2 13:02:08 UTC 2013


Author: sunpoet
Date: Mon Sep  2 13:02:07 2013
New Revision: 325986
URL: http://svnweb.freebsd.org/changeset/ports/325986

Log:
  - Add LICENSE
  - Remove whitespace

Modified:
  head/www/tinymce3/Makefile

Modified: head/www/tinymce3/Makefile
==============================================================================
--- head/www/tinymce3/Makefile	Mon Sep  2 12:59:38 2013	(r325985)
+++ head/www/tinymce3/Makefile	Mon Sep  2 13:02:07 2013	(r325986)
@@ -11,6 +11,8 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Open source JavaScript HTML WYSIWYG editor for web sites
 
+LICENSE=	LGPL21
+
 NO_BUILD=	yes
 USE_ZIP=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}
@@ -42,5 +44,5 @@ genplist: do-clean extract
 #.endfor
 	${INSTALL} -m 600 ${MS_PLIST} ${PLIST}
 	${REINPLACE_CMD} -e "/^EMPTYDIRS=/ s|	.*$$|	`${CAT} ${MS_EMPTYDIRS}`|" ${.CURDIR}/Makefile
-	
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list