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} --- emulators/spim/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'emulators/spim') diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index 982ae86c7e0d..ee2f60cc319d 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -4,7 +4,7 @@ # Date created: Mon Oct 28, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.4 1997/08/25 06:18:14 obrien Exp $ +# $Id: Makefile,v 1.5 1997/10/10 06:53:35 obrien Exp $ # DISTNAME= spim5.9 @@ -27,7 +27,7 @@ pre-configure: @${RM} -f ${WRKSRC}/y.tab.* pre-install: - @${MKDIR} ${PREFIX}/share/spim && chmod a+rx ${PREFIX}/share/spim + @${MKDIR} ${PREFIX}/share/spim && ${CHMOD} a+rx ${PREFIX}/share/spim post-install: [ -e ${PREFIX}/bin/cl-spim ] && \ @@ -37,7 +37,7 @@ post-install: .if !defined(NOPORTDOCS) @${ECHO} "Installing spim/xspim documentation" @${MKDIR} ${PREFIX}/share/doc/spim \ - && chmod a+rx ${PREFIX}/share/doc/spim + && ${CHMOD} a+rx ${PREFIX}/share/doc/spim ${INSTALL_DATA} ${WRKSRC}/Documentation/spim.ps \ ${PREFIX}/share/doc/spim ${INSTALL_DATA} ${WRKSRC}/Documentation/cycle.ps \ -- cgit v1.2.3