summaryrefslogtreecommitdiff
path: root/x11/xgas
diff options
context:
space:
mode:
authorwiz <wiz>2000-03-16 14:19:14 +0000
committerwiz <wiz>2000-03-16 14:19:14 +0000
commit75f41661a81762ef69c6836c0c2bda4ec53cbf66 (patch)
treea4d987289b3e35e01b84278064f4367dfb60bdf6 /x11/xgas
parent3c20c7f6005aa2e5b3b03c90d55deec35d19f72c (diff)
downloadpkgsrc-75f41661a81762ef69c6836c0c2bda4ec53cbf66.tar.gz
chmod, chown -> ${CHMOD}, ${CHOWN}
Diffstat (limited to 'x11/xgas')
-rw-r--r--x11/xgas/Makefile6
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"