summaryrefslogtreecommitdiff
path: root/textproc/redland
diff options
context:
space:
mode:
authormarkd <markd>2009-02-11 22:09:08 +0000
committermarkd <markd>2009-02-11 22:09:08 +0000
commit1e09910dcd287db98b907064cfdfe897ac46505c (patch)
tree3f35b5a0f0869a78f8a66c19ad8af09d8b4856aa /textproc/redland
parentfe3d3662f076f0525cfc1153675d2fc15b1457bb (diff)
downloadpkgsrc-1e09910dcd287db98b907064cfdfe897ac46505c.tar.gz
add DESTDIR support.
Diffstat (limited to 'textproc/redland')
-rw-r--r--textproc/redland/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/redland/Makefile b/textproc/redland/Makefile
index a24eea2109c..c9bb9e6668e 100644
--- a/textproc/redland/Makefile
+++ b/textproc/redland/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/01/07 21:41:34 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2009/02/11 22:09:08 markd Exp $
DISTNAME= redland-1.0.8
CATEGORIES= textproc
@@ -8,6 +8,8 @@ MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://librdf.org
COMMENT= libraries that support the Resource Description Framework (RDF)
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_TOOLS+= gmake perl pkg-config
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
@@ -29,7 +31,7 @@ CONFIGURE_ARGS+= --with-rasqal=system
PKGCONFIG_OVERRIDE+= redland.pc.in
post-install:
- ${RMDIR} ${PREFIX}/lib/redland
+ ${RMDIR} ${DESTDIR}${PREFIX}/lib/redland
.include "../../security/openssl/buildlink3.mk"
.include "../../textproc/raptor/buildlink3.mk"