diff options
author | wiz <wiz@pkgsrc.org> | 2000-01-02 03:14:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-01-02 03:14:03 +0000 |
commit | 855416f2897660fc56085805e75a21144ba6c247 (patch) | |
tree | 74d62630cb5accb6f45807207a2c670af18fa2c2 /games/xboing | |
parent | 67070df67b8cb2173bdbaea6fd997dba4ce1c5d2 (diff) | |
download | pkgsrc-855416f2897660fc56085805e75a21144ba6c247.tar.gz |
replaced some commands by their ${COMMAND} counterparts
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" |