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 | d52318ad7f58be5bf7632dc1cdb71e2e2e14266d (patch) | |
tree | a57573ceef3abc19d705671351ee7db9e9292311 /games/jetpack | |
parent | 6398c6433afdc49f0d0039f60434b86e4ca08cd2 (diff) | |
download | pkgsrc-d52318ad7f58be5bf7632dc1cdb71e2e2e14266d.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'games/jetpack')
-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 |