Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Aug 2002 14:50:09 +0300 (EEST)
From:      Maxim Tulyuk <mt@primats.org.ua>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        mt@primats.org.ua
Subject:   ports/41339: Fix: textproc/wordnet/scripts/configure
Message-ID:  <200208051150.g75Bo9b7062502@gnu.carrier.kiev.ua>

next in thread | raw e-mail | index | archive | help

>Number:         41339
>Category:       ports
>Synopsis:       Fix: textproc/wordnet/scripts/configure
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 05 05:00:07 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Maxim Tulyuk
>Release:        FreeBSD 4.6-RELEASE-p2 i386
>Organization:
ISP "LuckyNet"
>Environment:
System: FreeBSD gnu.carrier.kiev.ua 4.6-RELEASE-p2 FreeBSD 4.6-RELEASE-p2 #0: Wed Jul 17 16:14:21 EEST 2002 root@gnu.carrier.kiev.ua:/usr/obj/usr/src/sys/gnu i386


>Description:
	Binary file wnb doesn't work because created configure script has
	mistake.
>How-To-Repeat:
	Use patch
>Fix:

diff -uNr wordnet.orig/scripts/configure wordnet/scripts/configure
--- wordnet.orig/scripts/configure	Mon Aug  5 14:23:20 2002
+++ wordnet/scripts/configure	Mon Aug  5 14:25:17 2002
@@ -21,6 +21,6 @@
 +
 +package require Wordnet
 @@ -30 +27 @@
--	set resourcedir "/usr/local/wordnet1.6/lib/wnres"
-+	set resourcedir "${PREFIX}/share/wordnet-1.6/wnres"
+-	set resourcedir "/usr/local/wordnet1.7/lib/wnres"
++	set resourcedir "${PREFIX}/share/wordnet-1.7/wnres"
 EOPATCH
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208051150.g75Bo9b7062502>