View | Details | Raw Unified | Return to bug 70167
Collapse All | Expand All

(-)games/phalanx/Makefile (+4 lines)
Lines 23-28 Link Here
23
ALL_TARGET=	# empty
23
ALL_TARGET=	# empty
24
MAKEFILE=	makefile
24
MAKEFILE=	makefile
25
25
26
PORTDOCS=	README
27
PLIST_FILES=	bin/phalanx %%DATADIR%%/pbook.phalanx %%DATADIR%%/sbook.phalanx
28
PLIST_DIRS=	%%DATADIR%%
29
26
do-install:
30
do-install:
27
	${INSTALL_PROGRAM} ${WRKSRC}/phalanx ${PREFIX}/bin
31
	${INSTALL_PROGRAM} ${WRKSRC}/phalanx ${PREFIX}/bin
28
	@${MKDIR} ${DATADIR}
32
	@${MKDIR} ${DATADIR}
(-)games/phalanx/files/patch-io.c (+11 lines)
Line 0 Link Here
1
--- io.c.orig	Sat Jan  8 23:36:29 2000
2
+++ io.c	Thu Aug  5 20:57:30 2004
3
@@ -894,7 +894,7 @@
4
 {	case 0: puts("off"); break;
5
 	case 1: puts("on"); break;
6
 	case 2: puts("on (pondering)"); break;
7
-	default:
8
+	default: ;
9
 }
10
 
11
 printf(" Transposition table ... ");
(-)games/phalanx/pkg-plist (-6 lines)
Lines 1-6 Link Here
1
bin/phalanx
2
%%PORTDOCS%%share/doc/phalanx/README
3
share/phalanx/pbook.phalanx
4
share/phalanx/sbook.phalanx
5
%%PORTDOCS%%@dirrm share/doc/phalanx
6
@dirrm share/phalanx

Return to bug 70167