diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /wm/compiz-fusion-plugins-main | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'wm/compiz-fusion-plugins-main')
-rw-r--r-- | wm/compiz-fusion-plugins-main/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/compiz-fusion-plugins-main/Makefile b/wm/compiz-fusion-plugins-main/Makefile index b5655715932..65749962c8d 100644 --- a/wm/compiz-fusion-plugins-main/Makefile +++ b/wm/compiz-fusion-plugins-main/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/05/14 18:05:11 drochner Exp $ +# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:54 joerg Exp $ # DISTNAME= compiz-fusion-plugins-main-0.6.0 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.compiz-fusion.org/ COMMENT= Compositing window manager - main plugins +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= intltool pkg-config msgfmt gmake USE_PKGLOCALEDIR= yes |