Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Jul 1998 23:25:00 +0200
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 
Message-ID:  <199807042125.XAA03508@semyam.dinoco.de>
In-Reply-To: Your message of "Sat, 04 Jul 1998 14:20:00 PDT." <199807042120.OAA15324@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
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?199807042125.XAA03508>