diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-25 02:49:16 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-25 02:49:16 +0800 |
commit | 7739368b296356c7be23b82b29496a6943a73682 (patch) | |
tree | cafc00e72a51c4dc11050ce1a7ffbb148a6109f1 | |
parent | 7341f56cf912e3cd88accdfdb5042a8ac74ec15d (diff) | |
download | freebsd-ports-gnome-7739368b296356c7be23b82b29496a6943a73682.tar.gz freebsd-ports-gnome-7739368b296356c7be23b82b29496a6943a73682.tar.zst freebsd-ports-gnome-7739368b296356c7be23b82b29496a6943a73682.zip |
Update LICENSE
- Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r-- | hungarian/hunspell/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hungarian/hunspell/Makefile b/hungarian/hunspell/Makefile index 6748bff90109..9d0ef0e7a069 100644 --- a/hungarian/hunspell/Makefile +++ b/hungarian/hunspell/Makefile @@ -10,9 +10,10 @@ DISTNAME= hu_HU-${PORTVERSION} MAINTAINER= jmohacsi@bsd.hu COMMENT= Hunspell Hungarian dictionary -LICENSE= GPLv2 LGPL21 MPL +LICENSE= GPLv2 LGPL21 MPL11 LICENSE_COMB= dual +NO_ARCH= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/hu_HU-${PORTVERSION} |