diff options
author | joerg <joerg@pkgsrc.org> | 2019-12-19 22:24:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2019-12-19 22:24:19 +0000 |
commit | 8230c4a6035deea0eb11e8e15b0ecf863f60cde8 (patch) | |
tree | 55d453fe0d776c4291d83aa125703ef80c32a5ca /textproc | |
parent | fac7f25a7bbce13a0702f5a1d6c93f832a00dc35 (diff) | |
download | pkgsrc-8230c4a6035deea0eb11e8e15b0ecf863f60cde8.tar.gz |
Package makefile is spelled with lower case m.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/word2vec/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/word2vec/Makefile b/textproc/word2vec/Makefile index c33ba306303..dddf657f980 100644 --- a/textproc/word2vec/Makefile +++ b/textproc/word2vec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2019/12/18 00:47:22 minskim Exp $ +# $NetBSD: Makefile,v 1.3 2019/12/19 22:24:19 joerg Exp $ DISTNAME= word2vec-0.1c CATEGORIES= textproc @@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/tmikolov/word2vec COMMENT= Tools for computing distributed representation of words LICENSE= apache-2.0 +MAKE_FILE= makefile + NO_CONFIGURE= yes INSTALLATION_DIRS+= bin |