mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
2dfda79c21
(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
8 lines
284 B
Plaintext
8 lines
284 B
Plaintext
--- 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 {
|