pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/wm/compiz user-destdir support
details: https://anonhg.NetBSD.org/pkgsrc/rev/bd45db9b5e0e
branches: trunk
changeset: 395414:bd45db9b5e0e
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Jul 07 22:50:08 2009 +0000
description:
user-destdir support
diffstat:
wm/compiz/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r b38217e0670e -r bd45db9b5e0e wm/compiz/Makefile
--- a/wm/compiz/Makefile Tue Jul 07 22:40:46 2009 +0000
+++ b/wm/compiz/Makefile Tue Jul 07 22:50:08 2009 +0000
@@ -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 @@
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 @@
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"
Home |
Main Index |
Thread Index |
Old Index