diff options
Diffstat (limited to 'games/jetpack/Makefile')
-rw-r--r-- | games/jetpack/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/jetpack/Makefile b/games/jetpack/Makefile index 2acbac85932..c254ef78789 100644 --- a/games/jetpack/Makefile +++ b/games/jetpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2007/01/07 09:13:54 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2007/03/24 19:21:24 joerg Exp $ DISTNAME= jetpack PKGNAME= jetpack-1.0 @@ -13,6 +13,8 @@ COMMENT= Arcade action game for X Windows USE_IMAKE= yes NO_INSTALL_MANPAGES= yes +INSTALLATION_DIRS= bin ${PKGMANDIR}/man6 + post-install: @${CHOWN} bin:games ${PREFIX}/bin/jetpack @${CHOWN} bin:games ${PREFIX}/share/jetpack |