diff options
author | wiz <wiz@pkgsrc.org> | 1999-12-29 01:41:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 1999-12-29 01:41:00 +0000 |
commit | f620f1ac583caf0a79912b4bd5ce3efafb26093d (patch) | |
tree | 82e432bb417606be0e2b04c0bb0fa848366f8b39 /emulators/spim/Makefile | |
parent | 8d5ea0675280182edc202a5fac9947944f38be62 (diff) | |
download | pkgsrc-f620f1ac583caf0a79912b4bd5ce3efafb26093d.tar.gz |
replaced some commands by their ${COMMAND} counterparts,
reordered lines for fewer pkglint warnings
Diffstat (limited to 'emulators/spim/Makefile')
-rw-r--r-- | emulators/spim/Makefile | 6 |
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 \ |