diff options
author | joerg <joerg@pkgsrc.org> | 2009-07-07 22:50:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-07-07 22:50:08 +0000 |
commit | aa17632e42c0b2637fe5b4b8150550ff26a98593 (patch) | |
tree | fc43cd4cca44c1cf94915ae68b141b539778d922 /wm | |
parent | 6270c0310698f000297889013e85c56cb7a3ea00 (diff) | |
download | pkgsrc-aa17632e42c0b2637fe5b4b8150550ff26a98593.tar.gz |
user-destdir support
Diffstat (limited to 'wm')
-rw-r--r-- | wm/compiz/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/wm/compiz/Makefile b/wm/compiz/Makefile index ae7f8c7302a..dd119777da0 100644 --- a/wm/compiz/Makefile +++ b/wm/compiz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2009/05/20 00:58:28 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2009/07/07 22:50:08 joerg Exp $ # DISTNAME= compiz-0.6.2 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://compiz.org/ COMMENT= Compositing window manager +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= intltool pkg-config msgfmt USE_PKGLOCALEDIR= yes @@ -65,7 +67,7 @@ SUBST_STAGE.paths= post-patch post-install: .for schema in ${COMPIZ_GCONF_SCHEMAS} - ${INSTALL_DATA} ${WRKSRC}/metadata/${schema} ${PREFIX}/share/gconf/schemas + ${INSTALL_DATA} ${WRKSRC}/metadata/${schema} ${DESTDIR}${PREFIX}/share/gconf/schemas .endfor .include "../../mk/bsd.options.mk" |