diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-22 19:26:48 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-09-22 19:26:48 +0800 |
commit | c8efc294f009e9120056782c036ed49b5f6779a0 (patch) | |
tree | 7893b39515c215bf974f340d467b640f0c13a75b /japanese | |
parent | 9e74902fe04b45f8bf2662bf25c102d6a2d674b7 (diff) | |
download | freebsd-ports-gnome-c8efc294f009e9120056782c036ed49b5f6779a0.tar.gz freebsd-ports-gnome-c8efc294f009e9120056782c036ed49b5f6779a0.tar.zst freebsd-ports-gnome-c8efc294f009e9120056782c036ed49b5f6779a0.zip |
- Remove duplicate license variables to fix build error
PR: 212893
Submitted by: yasu@utahime.org (maintainer)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/mecab-ipadic/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/japanese/mecab-ipadic/Makefile b/japanese/mecab-ipadic/Makefile index c8bb7b6a6deb..b05c1803d993 100644 --- a/japanese/mecab-ipadic/Makefile +++ b/japanese/mecab-ipadic/Makefile @@ -10,11 +10,6 @@ MASTER_SITES= https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7MWVlSD MAINTAINER= yasu@utahime.org COMMENT?= MeCab IPA dictionary meta-port -LICENSE= NAIST -LICENSE_NAME= NAIST License -LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} -LICENSE_FILE= ${WRKSRC}/COPYING - .if empty(PKGNAMESUFFIX) USES= metaport OPTIONS_RADIO= CHARSET @@ -36,8 +31,8 @@ LICENSE_NAME_NAIST= NAIST LICENSE_NAME_ICOT= ICOT LICENSE_FILE_NAIST= ${WRKSRC}/COPYING LICENSE_FILE_ICOT= ${WRKSRC}/COPYING -LICENSE_PERMS_NAIST= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -LICENSE_PERMS_ICOT= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE_PERMS_NAIST= ${_LICENSE_PERMS_DEFAULT} +LICENSE_PERMS_ICOT= ${_LICENSE_PERMS_DEFAULT} BUILD_DEPENDS= ja-mecab>=0.94:japanese/mecab |