aboutsummaryrefslogtreecommitdiff
path: root/devel/jrtplib/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2006-04-20 01:53:46 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2006-04-20 01:53:46 +0000
commit440c930247399427227890d8d8016e606ee05214 (patch)
tree98b3a55c837a4f28559a9963d7e2da451ed0604a /devel/jrtplib/Makefile
parent17c17425f1de6f94304d5b6cf46b6e94e0952d1c (diff)
Notes
Diffstat (limited to 'devel/jrtplib/Makefile')
-rw-r--r--devel/jrtplib/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/jrtplib/Makefile b/devel/jrtplib/Makefile
index 3fd1acf1b97d..bc037bbc3525 100644
--- a/devel/jrtplib/Makefile
+++ b/devel/jrtplib/Makefile
@@ -7,6 +7,7 @@
PORTNAME= jrtplib
PORTVERSION= 3.5.2
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://research.edm.luc.ac.be/jori/jrtplib/
@@ -20,4 +21,8 @@ NO_FILTER_SHLIBS= yes
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --disable-jthread
+post-patch:
+ @${REINPLACE_CMD} -e 's|\$$(libdir)/pkgconfig|\$$(prefix)/libdata/pkgconfig|' \
+ ${WRKSRC}/pkgconfig/Makefile.in
+
.include <bsd.port.mk>