diff options
Diffstat (limited to 'games/xboing')
-rw-r--r-- | games/xboing/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xboing/Makefile b/games/xboing/Makefile index d751b6c5936..e4a1f436ae5 100644 --- a/games/xboing/Makefile +++ b/games/xboing/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/04/15 20:39:42 tron Exp $ +# $NetBSD: Makefile,v 1.4 2000/01/02 03:20:14 wiz Exp $ # DISTNAME= xboing2.4 @@ -16,8 +16,8 @@ NO_INSTALL_MANPAGES= yes USE_IMAKE= yes post-install: - chown bin:games ${X11BASE}/bin/xboing - chmod 2755 ${X11BASE}/bin/xboing + ${CHOWN} bin:games ${X11BASE}/bin/xboing + ${CHMOD} 2755 ${X11BASE}/bin/xboing ${INSTALL_MAN} ${WRKSRC}/xboing.man ${X11BASE}/man/man6/xboing.6 .include "../../mk/bsd.pkg.mk" |