aboutsummaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-09-24 09:37:11 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-09-24 09:37:11 +0000
commitf37f7775e3bcaa6fa808e1a5e037deae35d5b262 (patch)
treedfd75e4de6392a8352e2ab1fc6550d87dccdb06c /cad
parentb20d1c4deb10c57406da8224b9673695a8a8387b (diff)
downloadports-f37f7775e3bcaa6fa808e1a5e037deae35d5b262.tar.gz
ports-f37f7775e3bcaa6fa808e1a5e037deae35d5b262.zip
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
Notes
Notes: svn path=/head/; revision=89169
Diffstat (limited to 'cad')
-rw-r--r--cad/magic/Makefile2
-rw-r--r--cad/spice/files/Makefile2
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