summaryrefslogtreecommitdiff
path: root/devel/ccdoc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/ccdoc/Makefile')
-rw-r--r--devel/ccdoc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ccdoc/Makefile b/devel/ccdoc/Makefile
index dae7456e5ad7..93c0b1158c0e 100644
--- a/devel/ccdoc/Makefile
+++ b/devel/ccdoc/Makefile
@@ -34,7 +34,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ccdoc_dev/ccdoc/bin_freebsd_opt/ccdoc.exe ${PREFIX}/bin/ccdoc
post-install:
- strip ${PREFIX}/bin/ccdoc
+ ${STRIP_CMD} ${PREFIX}/bin/ccdoc
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCDIR}
${INSTALL_MAN} ${WRKSRC}/doc/*.html ${WRKSRC}/doc/*.txt ${WRKSRC}/doc/*.gif ${DOCDIR}