From 855416f2897660fc56085805e75a21144ba6c247 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 2 Jan 2000 03:14:03 +0000 Subject: replaced some commands by their ${COMMAND} counterparts --- games/xboing/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/xboing') 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" -- cgit v1.2.3