diff options
author | wiz <wiz@pkgsrc.org> | 2000-03-16 14:19:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-03-16 14:19:14 +0000 |
commit | e31df47465516c8cefc469cdd0c5e7abdd3ef39a (patch) | |
tree | a4d987289b3e35e01b84278064f4367dfb60bdf6 /x11 | |
parent | f82743fc4f1984739f472167ba051190f0454381 (diff) | |
download | pkgsrc-e31df47465516c8cefc469cdd0c5e7abdd3ef39a.tar.gz |
chmod, chown -> ${CHMOD}, ${CHOWN}
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xgas/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xgas/Makefile b/x11/xgas/Makefile index 565e360572a..25247edfab5 100644 --- a/x11/xgas/Makefile +++ b/x11/xgas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/04/23 12:33:20 kleink Exp $ +# $NetBSD: Makefile,v 1.8 2000/03/16 14:19:14 wiz Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1996/11/15 09:55:44 asami Exp # @@ -12,7 +12,7 @@ MAINTAINER= nakai@mlab.t.u-tokyo.ac.jp USE_IMAKE= yes post-install: - @chmod 755 ${PREFIX}/bin/xgas - @chown bin:bin ${PREFIX}/bin/xgas + @${CHMOD} 755 ${PREFIX}/bin/xgas + @${CHOWN} bin:bin ${PREFIX}/bin/xgas .include "../../mk/bsd.pkg.mk" |