Skip to content

Commit

Permalink
security/rpm-sequoia: Correct the location of the .pc file
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Dec 26, 2023
1 parent 384f6f0 commit 50f1a6b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions security/rpm-sequoia/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
PORTNAME= rpm-sequoia
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.0
PORTREVISION= 1
CATEGORIES= security archivers

MAINTAINER= yuri@FreeBSD.org
Expand Down Expand Up @@ -248,14 +249,14 @@ OPENSSLINC= /usr/include
OPENSSLLIB= /usr/lib

PLIST_FILES= lib/librpm_sequoia.so \
pkgconfig/rpm-sequoia.pc
libdata/pkgconfig/rpm-sequoia.pc

do-install:
# .so lib
${MKDIR} ${STAGEDIR}${PREFIX}/lib
${INSTALL_LIB} ${WRKDIR}/target/*-unknown-freebsd/release/librpm_sequoia.so ${STAGEDIR}${PREFIX}/lib
# .pc file
${MKDIR} ${STAGEDIR}${PREFIX}/pkgconfig
${INSTALL_DATA} ${WRKDIR}/target/release/rpm-sequoia.pc ${STAGEDIR}${PREFIX}/pkgconfig/rpm-sequoia.pc
${MKDIR} ${STAGEDIR}${PREFIX}/libdata/pkgconfig
${INSTALL_DATA} ${WRKDIR}/target/release/rpm-sequoia.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/rpm-sequoia.pc

.include <bsd.port.mk>

0 comments on commit 50f1a6b

Please sign in to comment.