summaryrefslogtreecommitdiff
path: root/emulators/spim
diff options
context:
space:
mode:
authorwiz <wiz>1999-12-29 01:41:00 +0000
committerwiz <wiz>1999-12-29 01:41:00 +0000
commitf06c3a45bc973dc34de7bf2a02b8ae5c6192ea29 (patch)
tree82e432bb417606be0e2b04c0bb0fa848366f8b39 /emulators/spim
parentc725799f2073e728f8cd27729ca0dd4b82f504ae (diff)
downloadpkgsrc-f06c3a45bc973dc34de7bf2a02b8ae5c6192ea29.tar.gz
replaced some commands by their ${COMMAND} counterparts,
reordered lines for fewer pkglint warnings
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 e5166552f86..abd1e0163a8 100644
--- a/emulators/spim/Makefile
+++ b/emulators/spim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/07/17 19:24:48 deberg Exp $
+# $NetBSD: Makefile,v 1.5 1999/12/29 01:41:01 wiz Exp $
# FreeBSD Id: Makefile,v 1.5 1997/10/10 06:53:35 obrien Exp
#
@@ -23,12 +23,12 @@ 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:
@${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 \