forked from Lainports/freebsd-ports
(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
7 lines
284 B
Text
7 lines
284 B
Text
--- src/wnb/wnb Tue Aug 20 11:54:54 2002
|
|
+++ src/wnb/wnb Tue Aug 20 11:57:02 2002
|
|
@@ -99,3 +96,3 @@
|
|
if {[lsearch -exact [array names env] WNHOME] == -1} {
|
|
- set resourcedir "/usr/local/WordNet-1.7.1/lib/wnres"
|
|
+ set resourcedir "/usr/local/share/WordNet-1.7.1/wnres"
|
|
} else {
|