summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2008-06-03 10:52:39 +0000
committergahr <gahr@FreeBSD.org>2008-06-03 10:52:39 +0000
commit41ede20255cc272890eb4c380641af62041eb665 (patch)
treeb1bb76adbb96d92025c3a460af826c9193bd9897
parent1500c8af658d2a9e46902d9480f6e5eabf3fda5e (diff)
downloadFreeBSD-ports-41ede20255cc272890eb4c380641af62041eb665.zip
FreeBSD-ports-41ede20255cc272890eb4c380641af62041eb665.tar.gz
- Fix pkg-config file
PR: 124228 Submitted by: Dima Panov <fluffy@fluffy.khv.ru>
-rw-r--r--net-p2p/dclib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net-p2p/dclib/Makefile b/net-p2p/dclib/Makefile
index 7d9c487..bb5af99 100644
--- a/net-p2p/dclib/Makefile
+++ b/net-p2p/dclib/Makefile
@@ -39,5 +39,6 @@ post-patch:
${WRKSRC}/Makefile.in
${FIND} ${WRKSRC} -name "Makefile.*" | ${XARGS} \
${REINPLACE_CMD} -e 's|dclib-0.3/||g'
+ ${REINPLACE_CMD} -e 's|-0.3||g' ${WRKSRC}/dclib.pc.in
.include <bsd.port.mk>
OpenPOWER on IntegriCloud