freebsd-ports/textproc/wordnet/files/patch-aa
Mikhail Teterin 7e04dc48fd Upgrade to 1.7. For changes see
ftp://ftp.cogsci.princeton.edu/pub/wordnet/1.7/CHANGES
2001-10-31 05:04:29 +00:00

11 lines
368 B
Text

--- include/wnconsts.h Fri Feb 27 13:54:53 1998
+++ include/wnconsts.h Sat Feb 26 16:11:51 2000
@@ -16,2 +16,6 @@
-#define DEFAULTPATH "/usr/local/wordnet1.7/dict"
-#define DEFAULTBIN "/usr/local/wordnet1.7/bin"
+#ifndef DEFAULTPATH
+#define DEFAULTPATH "/usr/local/share/wordnet-1.7"
+#endif
+#ifndef DEFAULTBIN
+#define DEFAULTBIN "/usr/local/bin"
+#endif