got rid of -lcompat, and fixed it so that the man page works properly
with CVS.
This commit is contained in:
parent
4ca99a379d
commit
7f6f9da259
@ -7,6 +7,17 @@ MAN6= chess.0
|
|||||||
DPADD= ${LIBCURSES} ${LIBTERM}
|
DPADD= ${LIBCURSES} ${LIBTERM}
|
||||||
LDADD= -lcurses -ltermlib
|
LDADD= -lcurses -ltermlib
|
||||||
HIDEGAME=hidegame
|
HIDEGAME=hidegame
|
||||||
|
MANALL+= chess.6
|
||||||
|
|
||||||
|
chess.6:
|
||||||
|
@if [ -d ${.CURDIR}/obj ]; then \
|
||||||
|
/bin/rm -rf ${.CURDIR}/obj/chess.6 ; \
|
||||||
|
ln -s ${.CURDIR}/DOCUMENTATION/MAN-PAGE ${.CURDIR}/obj/chess.6 ; \
|
||||||
|
else \
|
||||||
|
true; \
|
||||||
|
/bin/rm -rf ${.CURDIR}/chess.6 ; \
|
||||||
|
ln -s ${.CURDIR}/DOCUMENTATION/MAN-PAGE ${.CURDIR}/chess.6 ; \
|
||||||
|
fi
|
||||||
|
|
||||||
beforeinstall:
|
beforeinstall:
|
||||||
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/gnuchess.book \
|
install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/gnuchess.book \
|
||||||
|
Loading…
Reference in New Issue
Block a user