summaryrefslogtreecommitdiff
path: root/www/udmsearch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/udmsearch/Makefile')
-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}