diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-06-03 10:52:39 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-06-03 10:52:39 +0000 |
commit | 116b7a9a1a5625718ec14384151e260b6928d477 (patch) | |
tree | 3d70434c976aee24e49cb23f1e43a5c465f2fe71 /net-p2p | |
parent | d46c11e0a2fc6f722e8de9f6f162cb8b7bde3b78 (diff) | |
download | ports-116b7a9a1a5625718ec14384151e260b6928d477.tar.gz ports-116b7a9a1a5625718ec14384151e260b6928d477.zip |
- Fix pkg-config file
PR: 124228
Submitted by: Dima Panov <fluffy@fluffy.khv.ru>
Notes
Notes:
svn path=/head/; revision=214230
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dclib/Makefile | 1 |
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> |