diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
commit | 161c920c15367de281f689f6f1177c3a33e63cc6 (patch) | |
tree | a57573ceef3abc19d705671351ee7db9e9292311 /games/gnuchess4 | |
parent | 8c89cf7eab0786e7a5f162a44198b342e5fd87d0 (diff) | |
download | pkgsrc-161c920c15367de281f689f6f1177c3a33e63cc6.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'games/gnuchess4')
-rw-r--r-- | games/gnuchess4/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/gnuchess4/Makefile b/games/gnuchess4/Makefile index d4956a36d3c..c42ad1e4e9f 100644 --- a/games/gnuchess4/Makefile +++ b/games/gnuchess4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/03/04 21:29:42 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2007/03/24 19:21:23 joerg Exp $ DISTNAME= gnuchess-4.0.pl80 PKGNAME= gnuchess4-4.0.80 @@ -17,8 +17,9 @@ GNU_CONFIGURE= yes CONFIGURE_DIRS= src BUILD_DIRS= ${CONFIGURE_DIRS} +INSTALLATION_DIRS= bin ${PKGMANDIR}/man6 share/doc/gnuchess4 + post-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnuchess4 cd ${WRKSRC}/doc; ${INSTALL_DATA} \ ARTICLE ARTICLE.2 CHESSTOOL FAQ HEURISTICS MOVE-GEN \ README.font README.output \ |