diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-02 21:02:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-02 21:02:07 +0800 |
commit | 4998ed6e84353cd8f75dc811af397e4f33198e0c (patch) | |
tree | fbd8a9a6b6508467161136581eca5983f3a30cc1 /www | |
parent | 35c24ea7f758668953a7ca419eb000065337cb3e (diff) | |
download | freebsd-ports-gnome-4998ed6e84353cd8f75dc811af397e4f33198e0c.tar.gz freebsd-ports-gnome-4998ed6e84353cd8f75dc811af397e4f33198e0c.tar.zst freebsd-ports-gnome-4998ed6e84353cd8f75dc811af397e4f33198e0c.zip |
- Add LICENSE
- Remove whitespace
Diffstat (limited to 'www')
-rw-r--r-- | www/tinymce3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/tinymce3/Makefile b/www/tinymce3/Makefile index 94d2be232326..71b06629e2cd 100644 --- a/www/tinymce3/Makefile +++ b/www/tinymce3/Makefile @@ -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> |