summaryrefslogtreecommitdiff
path: root/devel/fhist/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/fhist/Makefile')
-rw-r--r--devel/fhist/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/fhist/Makefile b/devel/fhist/Makefile
index a63b7a30943a..2703b2abce13 100644
--- a/devel/fhist/Makefile
+++ b/devel/fhist/Makefile
@@ -30,7 +30,7 @@ post-extract:
post-install:
.for file in fhist fcomp fmerge
- strip ${PREFIX}/bin/${file}
+ ${STRIP_CMD} ${PREFIX}/bin/${file}
(cd ${WRKSRC}/lib/en/man1; soelim ${file}.1 > tmp; \
${INSTALL_MAN} tmp ${PREFIX}/man/man1/${file}.1)
.endfor