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/xfreecell | |
parent | 8c89cf7eab0786e7a5f162a44198b342e5fd87d0 (diff) | |
download | pkgsrc-161c920c15367de281f689f6f1177c3a33e63cc6.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'games/xfreecell')
-rw-r--r-- | games/xfreecell/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xfreecell/Makefile b/games/xfreecell/Makefile index 70a2db37f49..7033877024d 100644 --- a/games/xfreecell/Makefile +++ b/games/xfreecell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/02/22 19:26:31 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2007/03/24 19:21:24 joerg Exp $ DISTNAME= xfreecell-1.0.5b PKGREVISION= 1 @@ -15,6 +15,8 @@ USE_TOOLS+= gmake USE_LANGUAGES= c++ MAKE_FILE= makefile +INSTALLATION_DIRS= bin ${PKGMANDIR}/man6 + WRKSRC= ${WRKDIR}/xfreecell NO_CONFIGURE= YES |