Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 May 2021 21:51:24 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 772cea746bb6 - main - archivers/librtfcomp: Simplify Makefile
Message-ID:  <202105112151.14BLpOFX093412@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 772cea746bb608d810c32875cb70e95194cd52f7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-05-11 21:14:23 +0000
Commit:     Po-Chuan Hsieh <sunpoet@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105112151.14BLpOFX093412>