aboutsummaryrefslogtreecommitdiff
path: root/editors/jed
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 /editors/jed
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 'editors/jed')
-rw-r--r--editors/jed/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/jed/Makefile b/editors/jed/Makefile
index e133efee9aa4..42d634bc2129 100644
--- a/editors/jed/Makefile
+++ b/editors/jed/Makefile
@@ -36,11 +36,11 @@ pre-install:
${LN} -sf ${WRKSRC}/autoconf/mkinsdir.sh ${WRKSRC}/
post-install:
- strip ${PREFIX}/bin/jed
- strip ${PREFIX}/bin/rgrep
- strip ${PREFIX}/lib/jed/bin/getmail
+ ${STRIP_CMD} ${PREFIX}/bin/jed
+ ${STRIP_CMD} ${PREFIX}/bin/rgrep
+ ${STRIP_CMD} ${PREFIX}/lib/jed/bin/getmail
.for f in ${XJED}
- strip ${PREFIX}/bin/$f
+ ${STRIP_CMD} ${PREFIX}/bin/$f
.endfor
# ${CP} -R ${WRKSRC}/lib/* ${PREFIX}/lib/jed/lib
${INSTALL_DATA} ${WRKSRC}/lib/vms_shell.com ${PREFIX}/lib/jed/lib