summaryrefslogtreecommitdiffstats
path: root/emulators/spim
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 /emulators/spim
parent164234dfead0f28fb873b763e6f378cb3313f426 (diff)
downloadFreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.zip
FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'emulators/spim')
-rw-r--r--emulators/spim/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile
index 982ae86..ee2f60c 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 \
OpenPOWER on IntegriCloud