summaryrefslogtreecommitdiff
path: root/textproc/redland/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/redland/Makefile')
-rw-r--r--textproc/redland/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile
index 5d24a61cf7c..a24eea2109c 100644
--- a/textproc/redland/Makefile
+++ b/textproc/redland/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2008/11/14 01:25:58 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2009/01/07 21:41:34 wiz Exp $
-DISTNAME= redland-1.0.7
-PKGREVISION= 1
+DISTNAME= redland-1.0.8
CATEGORIES= textproc
MASTER_SITES= http://download.librdf.org/source/
@@ -27,7 +26,10 @@ CONFIGURE_ARGS+= --with-threestore=no
CONFIGURE_ARGS+= --with-raptop=system
CONFIGURE_ARGS+= --with-rasqal=system
-PKGCONFIG_OVERRIDE+= librdf/redland.pc.in
+PKGCONFIG_OVERRIDE+= redland.pc.in
+
+post-install:
+ ${RMDIR} ${PREFIX}/lib/redland
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/raptor/buildlink3.mk"