Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jul 1998 01:10:02 -0700 (PDT)
From:      Stefan Eggers <seggers@semyam.dinoco.de>
To:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/7161: Update to xboard - now at version 4.0.0 
Message-ID:  <199807050810.BAA28000@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/7161; it has been noted by GNATS.

From: Stefan Eggers <seggers@semyam.dinoco.de>
To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports@freebsd.org
Cc: seggers@semyam.dinoco.de, xaa@stack.nl
Subject: Re: ports/7161: Update to xboard - now at version 4.0.0 
Date: Sat, 04 Jul 1998 23:25:00 +0200

 Sorry, I forgot to include the two new patch files.  One helps to
 get a reasonable info dir entry and the other teaches the Makefile
 of xboard to respect the PREFIX setting FreeBSD uses for ports.
 
 Stefan.
 
 
 --- Makefile.in.ORIG    Sun Jun 21 03:36:11 1998
 +++ Makefile.in Sat Jul  4 22:25:11 1998
 @@ -11,7 +11,7 @@
  srcdir = @srcdir@
  VPATH = @srcdir@
  
 -prefix = @prefix@
 +prefix = $(PREFIX)
  exec_prefix = @exec_prefix@
  bindir = @bindir@
  mandir = @mandir@
 
 
 --- xboard.texi.ORIG    Sun Jun 21 03:36:22 1998
 +++ xboard.texi Sat Jul  4 22:28:39 1998
 @@ -1,4 +1,8 @@
  @ifinfo
 +@dircategory Chess programs and related tools
 +@direntry
 +* XBoard: (xboard).    The XBoard electronic chess board.
 +@end direntry
  
  This file documents version @value{VERSION} of @value{NAME}. 
  @value{NAME} 

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?199807050810.BAA28000>