diff options
author | joerg <joerg> | 2009-07-08 16:27:31 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-07-08 16:27:31 +0000 |
commit | ce9d23dcba9c900929551e88e5461c5517398df3 (patch) | |
tree | c7f53e6629403e57864bfdc15dfada027af3217c /devel/libcompizconfig | |
parent | 7ac24ff5f2b6a2183aa8ab41ba7b9b9cdc62b02a (diff) | |
download | pkgsrc-ce9d23dcba9c900929551e88e5461c5517398df3.tar.gz |
user-destdir support
Diffstat (limited to 'devel/libcompizconfig')
-rw-r--r-- | devel/libcompizconfig/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/libcompizconfig/Makefile b/devel/libcompizconfig/Makefile index 9165c83dc31..a3250827ad5 100644 --- a/devel/libcompizconfig/Makefile +++ b/devel/libcompizconfig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/06/01 15:32:31 tnn Exp $ +# $NetBSD: Makefile,v 1.3 2009/07/08 16:29:08 joerg Exp $ # DISTNAME= libcompizconfig-0.6.0 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.compiz-fusion.org/ COMMENT= Configuration backend for compiz +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config perl intltool @@ -19,8 +21,7 @@ CONF_FILES+= ${EGDIR}/config ${PKG_SYSCONFDIR}/config PKGCONFIG_OVERRIDE= libcompizconfig.pc.in -pre-install: - ${INSTALL_DATA_DIR} ${EGDIR} +INSTALLATION_DIRS= ${EGDIR} .include "../../textproc/libxml2/buildlink3.mk" .include "../../wm/compiz/buildlink3.mk" |