diff options
author | seb <seb@pkgsrc.org> | 2003-07-02 21:04:18 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-07-02 21:04:18 +0000 |
commit | c92408684ed15d4fc260bc9b3c10739ec26952ca (patch) | |
tree | daa6247be6d51503db395b4027379909a5acd172 /games/xboard | |
parent | 2f752afdeb626a1f6eadc5bd660a4954f42119fa (diff) | |
download | pkgsrc-c92408684ed15d4fc260bc9b3c10739ec26952ca.tar.gz |
Convert to USE_NEW_TEXINFO.
XXX Don't bother to cleanup the patch file to remove INSTALL_INFO
invocation, it is caught anyway by the buildlink install-info script.
Diffstat (limited to 'games/xboard')
-rw-r--r-- | games/xboard/Makefile | 6 | ||||
-rw-r--r-- | games/xboard/PLIST | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile index 3d58f4711b0..fb46431f880 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2002/09/11 11:14:48 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2003/07/02 21:04:18 seb Exp $ DISTNAME= xboard-4.2.6 CATEGORIES= games @@ -16,6 +16,9 @@ GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --enable-xpm CONFIGURE_ARGS+= --enable-zippy # interface to ICS +USE_NEW_TEXINFO= YES +INFO_FILES= xboard.info + .include "../../mk/bsd.prefs.mk" .if defined(XAW_TYPE) && (${XAW_TYPE} == "3d" || ${XAW_TYPE} == "xpm") @@ -26,5 +29,4 @@ CONFIGURE_ARGS+= --with-Xaw3d .include "../../graphics/xpm/buildlink2.mk" .include "../../mk/xaw.buildlink2.mk" -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/xboard/PLIST b/games/xboard/PLIST index bfabae33fdd..909f9a4825b 100644 --- a/games/xboard/PLIST +++ b/games/xboard/PLIST @@ -1,11 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:19 seb Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/07/02 21:04:19 seb Exp $ bin/cmail bin/pxboard bin/xboard bin/zic2xpm -@unexec ${INSTALL_INFO} --delete %D/info/xboard.info %D/info/dir info/xboard.info -@exec ${INSTALL_INFO} %D/info/xboard.info %D/info/dir man/man6/cmail.6 man/man6/xboard.6 man/man6/zic2xpm.6 |