aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2008-06-03 18:52:39 +0800
committergahr <gahr@FreeBSD.org>2008-06-03 18:52:39 +0800
commit41ede20255cc272890eb4c380641af62041eb665 (patch)
treeb1bb76adbb96d92025c3a460af826c9193bd9897 /net-p2p
parent1500c8af658d2a9e46902d9480f6e5eabf3fda5e (diff)
downloadfreebsd-ports-gnome-41ede20255cc272890eb4c380641af62041eb665.tar.gz
freebsd-ports-gnome-41ede20255cc272890eb4c380641af62041eb665.tar.zst
freebsd-ports-gnome-41ede20255cc272890eb4c380641af62041eb665.zip
- Fix pkg-config file
PR: 124228 Submitted by: Dima Panov <fluffy@fluffy.khv.ru>
Diffstat (limited to 'net-p2p')
-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 7d9c487a89fe..bb5af99b8e2e 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>