aboutsummaryrefslogtreecommitdiff
path: root/games/xeyesplus
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit5281212be38447df70380d4e9e8cd0ef1cf11517 (patch)
tree655e734faae358d2c0edeefd08e9aeac6202b150 /games/xeyesplus
parentacfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff)
downloadports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz
ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes: svn path=/head/; revision=20885
Diffstat (limited to 'games/xeyesplus')
-rw-r--r--games/xeyesplus/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xeyesplus/Makefile b/games/xeyesplus/Makefile
index a14ffa7c22ce..de39d3f86297 100644
--- a/games/xeyesplus/Makefile
+++ b/games/xeyesplus/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 Oct 1996
# Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.7 1998/09/17 00:32:36 asami Exp $
+# $Id: Makefile,v 1.8 1999/01/12 16:51:19 vanilla Exp $
#
DISTNAME= xeyes+2.01
@@ -19,7 +19,7 @@ USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
post-install:
- @chmod 755 ${PREFIX}/bin/xeyes+
- @/usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/xeyes+
+ @${CHMOD} 755 ${PREFIX}/bin/xeyes+
+ @${CHOWN} ${BINOWN}.${BINGRP} ${PREFIX}/bin/xeyes+
.include <bsd.port.mk>