summaryrefslogtreecommitdiff
path: root/net-p2p/dclib/Makefile
diff options
context:
space:
mode:
authorMarkus Brueffer <markus@FreeBSD.org>2004-05-24 21:29:30 +0000
committerMarkus Brueffer <markus@FreeBSD.org>2004-05-24 21:29:30 +0000
commit8c57786a5130dd5a20aa87332ac12557bc5682e1 (patch)
tree4044a13121c35fae3a225df460d57a15b34144a8 /net-p2p/dclib/Makefile
parent- Update to 0.12 (diff)
Update to version 0.3.0
Diffstat (limited to 'net-p2p/dclib/Makefile')
-rw-r--r--net-p2p/dclib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/dclib/Makefile b/net-p2p/dclib/Makefile
index c94c3f60590a..2122cd432df0 100644
--- a/net-p2p/dclib/Makefile
+++ b/net-p2p/dclib/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= dclib
-PORTVERSION= 0.2.22
+PORTVERSION= 0.3.0
CATEGORIES= net
MASTER_SITES= http://download.berlios.de/dcgui/
@@ -28,5 +28,7 @@ CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
post-patch:
@${REINPLACE_CMD} -e 's/-O2//g; s/-pedantic //g' \
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
+ @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \
+ ${WRKSRC}/Makefile.in
.include <bsd.port.mk>