diff options
Diffstat (limited to 'games/xfreecell/Makefile')
-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 |