diff options
Diffstat (limited to 'games/gnuchess4/Makefile')
-rw-r--r-- | games/gnuchess4/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/gnuchess4/Makefile b/games/gnuchess4/Makefile index 08c25f2df81..df5f77b6b0f 100644 --- a/games/gnuchess4/Makefile +++ b/games/gnuchess4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/03/24 21:12:54 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2005/11/03 22:01:10 rillig Exp $ DISTNAME= gnuchess-4.0.pl80 PKGNAME= gnuchess4-4.0.80 @@ -13,12 +13,13 @@ CONFLICTS= gnuchess-4.* NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL -WRKSRC= ${WRKDIR}/${DISTNAME}/src GNU_CONFIGURE= yes +CONFIGURE_DIRS= src +BUILD_DIRS= ${CONFIGURE_DIRS} post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gnuchess4 - cd ${WRKSRC}/../doc; ${INSTALL_DATA} \ + cd ${WRKSRC}/doc; ${INSTALL_DATA} \ ARTICLE ARTICLE.2 CHESSTOOL FAQ HEURISTICS MOVE-GEN \ README.font README.output \ ${PREFIX}/share/doc/gnuchess4 |