diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-04 01:09:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-04 01:09:13 +0800 |
commit | 54ead2e8a0bd5787ac52c19fe965f619a285df3a (patch) | |
tree | fea729107c1ae69ff876a00540d657c3c09dbb77 | |
parent | 1ec29e762685f4ac0d0c52e8468b263296538e51 (diff) | |
download | freebsd-ports-gnome-54ead2e8a0bd5787ac52c19fe965f619a285df3a.tar.gz freebsd-ports-gnome-54ead2e8a0bd5787ac52c19fe965f619a285df3a.tar.zst freebsd-ports-gnome-54ead2e8a0bd5787ac52c19fe965f619a285df3a.zip |
- Add LICENSE_FILE
- Add NO_ARCH
-rw-r--r-- | www/tinymce3/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/www/tinymce3/Makefile b/www/tinymce3/Makefile index 19807a3684d2..d72ff3b9909f 100644 --- a/www/tinymce3/Makefile +++ b/www/tinymce3/Makefile @@ -4,7 +4,8 @@ PORTNAME= tinymce PORTVERSION= 3.5.8 CATEGORIES= www -MASTER_SITES= GHC LOCAL/sunpoet +MASTER_SITES= GHC \ + LOCAL/sunpoet PKGNAMESUFFIX= 3 DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -12,12 +13,15 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Open source JavaScript HTML WYSIWYG editor for web sites LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/jscripts/tiny_mce/license.txt CONFLICTS_INSTALL= tinymce-[0-24-9]* +NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} USES= cpe zip + USE_GITHUB= yes post-extract: |