diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
commit | 89e9e517a9f1c97f22317b99b12b1133075eab02 (patch) | |
tree | faad1b92712e2988cd55bc71cc77494abb6ed655 /games/xeyesplus/Makefile | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.zst freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.zip |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'games/xeyesplus/Makefile')
-rw-r--r-- | games/xeyesplus/Makefile | 6 |
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> |