diff options
author | markd <markd@pkgsrc.org> | 2009-02-11 22:09:08 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2009-02-11 22:09:08 +0000 |
commit | 69e9442cea49e67083ad15c075f0839dba8993f4 (patch) | |
tree | 3f35b5a0f0869a78f8a66c19ad8af09d8b4856aa /textproc | |
parent | 649a6ba18ea1f2d69b75f8334c18bea91e1d7745 (diff) | |
download | pkgsrc-69e9442cea49e67083ad15c075f0839dba8993f4.tar.gz |
add DESTDIR support.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/redland/Makefile | 6 |
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" |