diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /news/diablo | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) | |
download | ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip |
Notes
Diffstat (limited to 'news/diablo')
-rw-r--r-- | news/diablo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |