Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Mar 2001 09:12:07 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/25555: Update port: net/freewais-sf
Message-ID:  <200103051712.f25HC7p40023@freefall.freebsd.org>

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

>Number:         25555
>Category:       ports
>Synopsis:       Update port: net/freewais-sf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 05 09:20:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Support PREFIX properly

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/net/freewais-sf/Makefile net/freewais-sf/Makefile
--- /usr/ports/net/freewais-sf/Makefile	Mon Jul 24 22:44:07 2000
+++ net/freewais-sf/Makefile	Thu Mar  1 01:22:16 2001
@@ -7,6 +7,7 @@
 
 PORTNAME=	freewais-sf
 PORTVERSION=	2.2.14
+PORTREVISION=	1
 CATEGORIES=	net databases
 MASTER_SITES=	ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/freeWAIS-sf/
 DISTNAME=	freeWAIS-sf-${PORTVERSION}
diff -urN /usr/ports/net/freewais-sf/files/freebsd.sh net/freewais-sf/files/freebsd.sh
--- /usr/ports/net/freewais-sf/files/freebsd.sh	Sat Jul 22 15:57:45 2000
+++ net/freewais-sf/files/freebsd.sh	Thu Mar  1 02:21:18 2001
@@ -1,5 +1,8 @@
 locincpth="$PREFIX/include";
 libpth="/usr/lib";
+myhostname="localhost";
+mansrc="$PREFIX/man/man1"
+man1dir="$PREFIX/man/man1"
 man3dir="$PREFIX/man/man3";
 privlic="$PREFIX/lib/";
 optimize="$CFLAGS";

>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?200103051712.f25HC7p40023>