diff options
Diffstat (limited to 'games/xtux/Makefile')
-rw-r--r-- | games/xtux/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xtux/Makefile b/games/xtux/Makefile index 2e5f1ff67f6..6b6663868eb 100644 --- a/games/xtux/Makefile +++ b/games/xtux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/06/01 18:02:53 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/06/16 06:57:56 jlam Exp $ DISTNAME= xtux-arena-src-nov-15 PKGNAME= xtux-0.2000.11.15 @@ -12,6 +12,8 @@ COMMENT= 2D multi-player shootout using images from the Open Software scene WRKSRC= ${WRKDIR}/xtux +INSTALLATION_DIRS= bin + do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/xtux cd ${WRKSRC} && ${PAX} -rw data ${PREFIX}/share/xtux |