pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/word2vec Package makefile is spelled with low...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93546dd0f69e
branches:  trunk
changeset: 406373:93546dd0f69e
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 19 22:24:19 2019 +0000

description:
Package makefile is spelled with lower case m.

diffstat:

 textproc/word2vec/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r bc3fc0f74441 -r 93546dd0f69e textproc/word2vec/Makefile
--- a/textproc/word2vec/Makefile        Thu Dec 19 22:24:01 2019 +0000
+++ b/textproc/word2vec/Makefile        Thu Dec 19 22:24:19 2019 +0000
@@ -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 @@
 COMMENT=       Tools for computing distributed representation of words
 LICENSE=       apache-2.0
 
+MAKE_FILE=     makefile
+
 NO_CONFIGURE=  yes
 
 INSTALLATION_DIRS+=    bin



Home | Main Index | Thread Index | Old Index