diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-24 09:37:11 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-24 09:37:11 +0000 |
commit | f37f7775e3bcaa6fa808e1a5e037deae35d5b262 (patch) | |
tree | dfd75e4de6392a8352e2ab1fc6550d87dccdb06c /cad | |
parent | b20d1c4deb10c57406da8224b9673695a8a8387b (diff) | |
download | ports-f37f7775e3bcaa6fa808e1a5e037deae35d5b262.tar.gz ports-f37f7775e3bcaa6fa808e1a5e037deae35d5b262.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/magic/Makefile | 2 | ||||
-rw-r--r-- | cad/spice/files/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cad/magic/Makefile b/cad/magic/Makefile index 75500e8546c2..8d742eb88b7b 100644 --- a/cad/magic/Makefile +++ b/cad/magic/Makefile @@ -41,7 +41,7 @@ post-install: .for f in ${BINS} @${CHMOD} ${BINMODE} ${PREFIX}/bin/${f} @${CHOWN} ${BINOWN}:${BINGRP} ${PREFIX}/bin/${f} - @strip ${PREFIX}/bin/${f} + @${STRIP_CMD} ${PREFIX}/bin/${f} .endfor .for f in ${MAN1} @${CHMOD} ${MANMODE} ${PREFIX}/man/man1/${f} diff --git a/cad/spice/files/Makefile b/cad/spice/files/Makefile index 41806edee520..1e1f6d0f0e3c 100644 --- a/cad/spice/files/Makefile +++ b/cad/spice/files/Makefile @@ -9,7 +9,7 @@ install: 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 \ + ${STRIP_CMD} ${PREFIX}/bin/spice3 ${PREFIX}/bin/nutmeg \ ${PREFIX}/bin/sconvert ${PREFIX}/bin/help \ ${PREFIX}/bin/proc2mod ${PREFIX}/bin/multidec chmod -R a+rX ${PREFIX}/share/spice |