Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2002 13:56:24 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/41796: Update port: games/phalanx
Message-ID:  <200208192056.g7JKuOMN005858@www.freebsd.org>

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

>Number:         41796
>Category:       ports
>Synopsis:       Update port: games/phalanx
>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 Aug 19 14:00:12 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.6.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Update MASTER_SITES and WWW: line

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/games/phalanx/Makefile games/phalanx/Makefile
--- /usr/ports/games/phalanx/Makefile	Fri Apr 14 21:26:19 2000
+++ games/phalanx/Makefile	Tue Aug 20 03:23:04 2002
@@ -9,7 +9,7 @@
 PORTVERSION=	22
 CATEGORIES=	games
 MASTER_SITES=	ftp://ftp.math.muni.cz/pub/math/people/Dobes/ \
-		http://www.crosswinds.net/~dobes/phalanx/
+		http://dusan.freeshell.org/phalanx/
 
 MAINTAINER=	ports@FreeBSD.org
 
@@ -22,12 +22,12 @@
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/phalanx ${PREFIX}/bin
-	@${MKDIR} ${PREFIX}/share/phalanx
-	${INSTALL_DATA} ${WRKSRC}/pbook.phalanx ${PREFIX}/share/phalanx
-	${INSTALL_DATA} ${WRKSRC}/sbook.phalanx ${PREFIX}/share/phalanx
+	@${MKDIR} ${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/pbook.phalanx ${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/sbook.phalanx ${DATADIR}
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${PREFIX}/share/doc/phalanx
-	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/phalanx
+	@${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/games/phalanx/pkg-descr games/phalanx/pkg-descr
--- /usr/ports/games/phalanx/pkg-descr	Sun Apr  2 09:59:01 2000
+++ games/phalanx/pkg-descr	Tue Aug 20 03:21:58 2002
@@ -1,13 +1,14 @@
-   Phalanx is a chess playing program.  Phalanx is xboard compatible.
-Running with xboard: 'xboard -fcp phalanx'.  Note that permanent brain
-(pondering) is off by default.  Newer versions of xboard set it on with
-the 'hard' command.  If this does not work, try 'xboard -fcp "phalanx -p+"'
-or (for <4.0.0 versions of xboard) change your initString (see Xboard
-documentation for details).  It's better to stop permanent brain in both
-programs, when playing Phalanx against another program on a machine with
-one CPU.
-   It's also possible to run phalanx without xboard. Do "phalanx -h" to get
-a list of command line options. One important command of phalanx's ASCII
-interface is "help".
+Phalanx is a chess playing program. Phalanx is xboard compatible.
+Running with xboard: 'xboard -fcp phalanx'. Note that permanent
+brain (pondering) is off by default. Newer versions of xboard set
+it on with the 'hard' command. If this does not work, try 'xboard
+-fcp "phalanx -p+"' or (for <4.0.0 versions of xboard) change your
+initString (see Xboard documentation for details). It's better to
+stop permanent brain in both programs, when playing Phalanx against
+another program on a machine with one CPU.
 
-WWW: http://www.crosswinds.net/~dobes/phalanx/
+It's also possible to run phalanx without xboard. Do "phalanx -h"
+to get a list of command line options. One important command of
+phalanx's ASCII interface is "help".
+
+WWW: http://dusan.freeshell.org/phalanx/

>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?200208192056.g7JKuOMN005858>