Skip to content

Commit

Permalink
security/rnp: do not install lib/libsexp.a
Browse files Browse the repository at this point in the history
The static library libsexp.a conflicts with the library of the same
name installed by the devel/sfsexp port. It is only used to build the
rnp and rnpkeys binaries, but not needed for any other port.
  • Loading branch information
stesser committed May 3, 2023
1 parent e4f3593 commit 5fa214f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions security/rnp/Makefile
@@ -1,6 +1,7 @@
PORTNAME= rnp
DISTVERSIONPREFIX= v
DISTVERSION= 0.17.0
PORTREVISION= 1
CATEGORIES= security

MAINTAINER= se@FreeBSD.org
Expand Down Expand Up @@ -35,4 +36,7 @@ pre-configure:
${REINPLACE_CMD} 's/%%DISTVERSION%%/${DISTVERSION}/' \
${WRKSRC}/cmake/version.cmake

post-install:
${RM} ${STAGEDIR}${PREFIX}/lib/libsexp.a

.include <bsd.port.mk>
1 change: 0 additions & 1 deletion security/rnp/pkg-plist
Expand Up @@ -11,7 +11,6 @@ lib/librnp.a
lib/librnp.so
lib/librnp.so.0
lib/librnp.so.%%VERS%%
lib/libsexp.a
libdata/pkgconfig/librnp.pc
share/man/man1/rnp.1.gz
share/man/man1/rnpkeys.1.gz
Expand Down

0 comments on commit 5fa214f

Please sign in to comment.