summaryrefslogtreecommitdiffstats
path: root/x11/xfedor/Makefile
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committermharo <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit89e9e517a9f1c97f22317b99b12b1133075eab02 (patch)
treefaad1b92712e2988cd55bc71cc77494abb6ed655 /x11/xfedor/Makefile
parent164234dfead0f28fb873b763e6f378cb3313f426 (diff)
downloadFreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.zip
FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'x11/xfedor/Makefile')
-rw-r--r--x11/xfedor/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xfedor/Makefile b/x11/xfedor/Makefile
index 131ddc0..6c6e811 100644
--- a/x11/xfedor/Makefile
+++ b/x11/xfedor/Makefile
@@ -6,7 +6,7 @@
# ATTENTION: It not work in > 256 colors modes, please fix it
# if you can.
#
-# $Id: Makefile,v 1.6 1998/09/15 11:13:39 asami Exp $
+# $Id: Makefile,v 1.7 1998/09/17 00:33:01 asami Exp $
#
DISTNAME= xfedor
@@ -27,8 +27,8 @@ do-install:
cd ${WRKSRC}; \
${INSTALL_PROGRAM} xfedor ${PREFIX}/bin
-mkdir -p ${XFHELP}
- chown ${SHAREOWN}.${SHAREGRP} ${XFHELP}
- chmod 755 ${XFHELP}
+ ${CHOWN} ${SHAREOWN}.${SHAREGRP} ${XFHELP}
+ ${CHMOD} 755 ${XFHELP}
cd ${WRKSRC}/help; \
${INSTALL_DATA} * ${XFHELP}
${INSTALL_DATA} ${FILESDIR}/default.sos ${XFHELP}
OpenPOWER on IntegriCloud