diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-25 02:49:16 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-09-25 02:49:16 +0800 |
commit | edc7afbe8a126cd3767839aa1ff7d6eab539c059 (patch) | |
tree | cafc00e72a51c4dc11050ce1a7ffbb148a6109f1 /hungarian | |
parent | ed907d6a20c5288080de29d88ba22ab98d3a5d3b (diff) | |
download | freebsd-ports-gnome-edc7afbe8a126cd3767839aa1ff7d6eab539c059.tar.gz freebsd-ports-gnome-edc7afbe8a126cd3767839aa1ff7d6eab539c059.tar.zst freebsd-ports-gnome-edc7afbe8a126cd3767839aa1ff7d6eab539c059.zip |
Update LICENSE
- Add NO_ARCH
Approved by: portmgr (blanket)
Diffstat (limited to 'hungarian')
-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} |