git: 772cea746bb6 - main - archivers/librtfcomp: Simplify Makefile

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue May 11 21:51:25 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=772cea746bb608d810c32875cb70e95194cd52f7

commit 772cea746bb608d810c32875cb70e95194cd52f7
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-05-11 21:14:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-05-11 21:46:56 +0000

    archivers/librtfcomp: Simplify Makefile
---
 archivers/librtfcomp/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>


More information about the dev-commits-ports-all mailing list