aboutsummaryrefslogtreecommitdiff
path: root/www/udmsearch
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 /www/udmsearch
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 'www/udmsearch')
-rw-r--r--www/udmsearch/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/udmsearch/Makefile b/www/udmsearch/Makefile
index 2ad04f582055..4e703a277ea3 100644
--- a/www/udmsearch/Makefile
+++ b/www/udmsearch/Makefile
@@ -59,8 +59,8 @@ pre-install:
post-install:
@cp -R ${WRKSRC}/create ${PREFIX}/share/udmsearch
@${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/udmsearch
- @strip ${PREFIX}/sbin/indexer
- @strip ${PREFIX}/share/udmsearch/search.cgi
+ @${STRIP_CMD} ${PREFIX}/sbin/indexer
+ @${STRIP_CMD} ${PREFIX}/share/udmsearch/search.cgi
@${ECHO}
@${CAT} ${PKGMESSAGE}