diff options
Diffstat (limited to 'games/jetpack/Makefile')
-rw-r--r-- | games/jetpack/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/jetpack/Makefile b/games/jetpack/Makefile index 54768fcb482..4f72a90cc66 100644 --- a/games/jetpack/Makefile +++ b/games/jetpack/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/23 11:24:52 garbled Exp $ +# $NetBSD: Makefile,v 1.2 1998/09/13 22:31:32 garbled Exp $ # $FreeBSD: Makefile,v 1.16 1997/01/03 09:36:43 obrien Exp $ # @@ -17,6 +17,9 @@ post-install: @chown bin:games ${PREFIX}/bin/jetpack @chown bin:games ${PREFIX}/share/jetpack @chmod 2755 ${PREFIX}/bin/jetpack + @cat /dev/null >>/var/games/jetpack.scores + @chown bin:games /var/games/jetpack.scores + @chmod 0664 /var/games/jetpack.scores @chmod 0775 ${PREFIX}/share/jetpack ${INSTALL_MAN} ${WRKSRC}/jetpack.man ${PREFIX}/man/man6/jetpack.6 |