Date: Mon, 2 Sep 2013 13:02:08 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325986 - head/www/tinymce3 Message-ID: <201309021302.r82D28nY052288@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309021302.r82D28nY052288>