1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/textproc/wordnet/files/patch-ag
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

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 {