summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-12 05:14:23 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-05-12 05:46:56 +0800
commit772cea746bb608d810c32875cb70e95194cd52f7 (patch)
tree4e2d07aa3bd8b2db0f5efad3b4a1aed559f1824e
parenttextproc/rubygem-autoprefixer-rails1020: Add rubygem-autoprefixer-rails1020 1... (diff)
archivers/librtfcomp: Simplify Makefile
-rw-r--r--archivers/librtfcomp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/librtfcomp/Makefile b/archivers/librtfcomp/Makefile
index 35810530eb2e..8ffbb0b478d3 100644
--- a/archivers/librtfcomp/Makefile
+++ b/archivers/librtfcomp/Makefile
@@ -22,6 +22,6 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/tests/fromrtf ${STAGEDIR}${PREFIX}/bin/fromrtf
${INSTALL_SCRIPT} ${WRKSRC}/tests/test ${STAGEDIR}${PREFIX}/bin/testrtf
${INSTALL_SCRIPT} ${WRKSRC}/tests/tortf ${STAGEDIR}${PREFIX}/bin/tortf
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librtfcomp.so.0.0.0
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librtfcomp.so
.include <bsd.port.mk>