freebsd-ports/textproc/wordnet/files/patch-aa
Mikhail Teterin 2dfda79c21 Upgrade to 1.7.1. Fix the long standing problem reported in ports/41339
(wrong resourcedir specified). Don't install second copies of some
man-pages under share/. Verify build on -current -- with the new
bsd.lib.mk (ports/40174).

PR:		ports/40174, ports/41339
Submitted by:	Sid Carter, Maxim Tulyuk
2002-08-20 16:05:05 +00:00

15 lines
483 B
Text

--- include/wnconsts.h Fri Feb 27 13:54:53 1998
+++ include/wnconsts.h Sat Feb 26 16:11:51 2000
@@ -15,6 +15,10 @@
/* Platform specific path and filename specifications */
#ifdef UNIX
#define DICTDIR "/dict"
-#define DEFAULTPATH "/usr/local/WordNet-_VER_/dict"
-#define DEFAULTBIN "/usr/local/WordNet-_VER_/bin"
+#ifndef DEFAULTPATH
+#define DEFAULTPATH "/usr/local/share/WordNet-_VER_"
+#endif
+#ifndef DEFAULTBIN
+#define DEFAULTBIN "/usr/local/bin"
+#endif