From 5281212be38447df70380d4e9e8cd0ef1cf11517 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sun, 22 Aug 1999 19:01:07 +0000 Subject: chmod -> ${CHMOD} chown -> ${CHOWN} --- news/diablo/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'news/diablo/Makefile') diff --git a/news/diablo/Makefile b/news/diablo/Makefile index ca42a2b8bcbb..c3dcc6ebdae2 100644 --- a/news/diablo/Makefile +++ b/news/diablo/Makefile @@ -3,7 +3,7 @@ # Date created: June 2nd 1997 # Whom: jfitz # -# $Id: Makefile,v 1.4 1998/04/18 12:32:30 itojun Exp $ +# $Id: Makefile,v 1.5 1999/07/04 20:54:41 steve Exp $ # DISTNAME= diablo-1.15-rel @@ -40,7 +40,7 @@ pre-install: ${PREFIX}/news/spool/news ${PREFIX}/share/doc/diablo ${RM} -f /news ${LN} -sf ${PREFIX}/news /news - /usr/sbin/chown -R news.news ${PREFIX}/news + ${CHOWN} -R news.news ${PREFIX}/news do-install: cd ${WRKSRC} && ${PREFIX}/bin/xmake install @@ -70,7 +70,7 @@ post-install: @ ${ECHO} " echo -n ' diablo(disabled)'" >> \ ${PREFIX}/etc/rc.d/diablo.sh @ ${ECHO} "fi" >> ${PREFIX}/etc/rc.d/diablo.sh - /bin/chmod 0750 ${PREFIX}/etc/rc.d/diablo.sh + ${CHMOD} 0750 ${PREFIX}/etc/rc.d/diablo.sh .if !defined(BATCH) @ /usr/bin/more -e ${PREFIX}/share/doc/diablo/post-install-notes .endif -- cgit v1.2.3