diff options
author | wiz <wiz@pkgsrc.org> | 1999-12-28 04:29:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 1999-12-28 04:29:52 +0000 |
commit | 2a9352519410b31f09395593724cd7a58d58440c (patch) | |
tree | 482940855f5414950b9705d86ee19bd1fa633275 /cad | |
parent | e74f5b550996fbf8e63c91d1484a8a25bd23a1ec (diff) | |
download | pkgsrc-2a9352519410b31f09395593724cd7a58d58440c.tar.gz |
replaced some commands by their ${COMMAND} counterparts
Diffstat (limited to 'cad')
-rw-r--r-- | cad/spice/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile index e27b3dbd990..3432b349659 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/10/01 17:05:14 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.11 1999/12/28 04:29:52 wiz Exp $ # FreeBSD Id: Makefile,v 1.10 1998/06/08 09:21:37 tg Exp # @@ -37,13 +37,13 @@ do-build: do-install: cd ${WRKSRC} ; util/build NetBSD install - chmod a+rx ${PREFIX}/bin/spice3 ${PREFIX}/bin/nutmeg \ + ${CHMOD} a+rx ${PREFIX}/bin/spice3 ${PREFIX}/bin/nutmeg \ ${PREFIX}/bin/sconvert ${PREFIX}/bin/help \ ${PREFIX}/bin/proc2mod ${PREFIX}/bin/multidec strip ${PREFIX}/bin/spice3 ${PREFIX}/bin/nutmeg \ ${PREFIX}/bin/sconvert ${PREFIX}/bin/help \ ${PREFIX}/bin/proc2mod ${PREFIX}/bin/multidec - chmod -R a+rX ${PREFIX}/share/spice3 + ${CHMOD} -R a+rX ${PREFIX}/share/spice3 ${INSTALL_MAN} ${WRKSRC}/man/man5/mfbcap.5 ${PREFIX}/man/man5/mfbcap.5 ${INSTALL_MAN} ${WRKSRC}/man/man1/sconvert.1 ${PREFIX}/man/man1/sconvert.1 ${INSTALL_MAN} ${WRKSRC}/man/man1/nutmeg.1 ${PREFIX}/man/man1/nutmeg.1 |