aboutsummaryrefslogtreecommitdiff
path: root/textproc/raptor/Makefile
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2011-10-16 22:55:01 +0000
committerAlberto Villa <avilla@FreeBSD.org>2011-10-16 22:55:01 +0000
commit483990fcf2585fc23f0c9d179e9dfd1b85082985 (patch)
tree845d6e9b9321493ec712abaf78d6afce9f7a233b /textproc/raptor/Makefile
parentccb1023f9c45d7eccfadba10cd532302c3faf36d (diff)
downloadports-483990fcf2585fc23f0c9d179e9dfd1b85082985.tar.gz
ports-483990fcf2585fc23f0c9d179e9dfd1b85082985.zip
- Stop installing the rapper binary with raptor and bump PORTREVISION.
- Update raptor2 to 2.0.4. - Update rasqal to 0.9.27. - Update redland to 1.0.14. - Update redland-bindings to 1.0.13.1. - Update shared-desktop-ontologies to 0.8.0. [1] - Update soprano to 2.7.0 and disable clucene indexer. - Update strigi to 0.7.6. PR: 157022 [1] Submitted by: rakuco [1]
Notes
Notes: svn path=/head/; revision=283627
Diffstat (limited to 'textproc/raptor/Makefile')
-rw-r--r--textproc/raptor/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/textproc/raptor/Makefile b/textproc/raptor/Makefile
index f4e07ce90a04..77cbeac5ca5e 100644
--- a/textproc/raptor/Makefile
+++ b/textproc/raptor/Makefile
@@ -7,6 +7,7 @@
PORTNAME= raptor
PORTVERSION= 1.4.21
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= SF/librdf/${PORTNAME}/${PORTVERSION} \
http://download.librdf.org/source/
@@ -22,10 +23,16 @@ CONFIGURE_ARGS= --with-xml2-config=${LOCALBASE}/bin/xml2-config \
--with-curl-config=${LOCALBASE}/bin/curl-config \
--with-pkg-config=${LOCALBASE}/bin/pkg-config \
--with-xml-parser=libxml --with-www=curl
+CONFIGURE_ENV+= DOC_MODULE_VERSION=1
+MAKE_ENV+= DOC_MODULE_VERSION=1
USE_LDCONFIG= yes
-MAN1= rapper.1 raptor-config.1
+MAN1= raptor-config.1
MAN3= libraptor.3
+post-extract:
+ ${REINPLACE_CMD} -e 's|utils ||' \
+ ${WRKSRC}/Makefile.in
+
.include <bsd.port.mk>