pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/word2vec
Module Name: pkgsrc
Committed By: joerg
Date: Thu Dec 19 22:24:19 UTC 2019
Modified Files:
pkgsrc/textproc/word2vec: Makefile
Log Message:
Package makefile is spelled with lower case m.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/word2vec/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/word2vec/Makefile
diff -u pkgsrc/textproc/word2vec/Makefile:1.2 pkgsrc/textproc/word2vec/Makefile:1.3
--- pkgsrc/textproc/word2vec/Makefile:1.2 Wed Dec 18 00:47:22 2019
+++ pkgsrc/textproc/word2vec/Makefile Thu Dec 19 22:24:19 2019
@@ -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/wo
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