diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-05 17:17:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-05 17:17:04 +0000 |
commit | 6e82078eeffa2d3575e27ed632f26e8ec04106e6 (patch) | |
tree | 0b2c949e2e8f3922c9e8f781fdd6224546b5b3b7 /graphics/gnome-icon-theme | |
parent | 5dfaaf310b1ff0153e44057c03786c526d867998 (diff) | |
download | pkgsrc-6e82078eeffa2d3575e27ed632f26e8ec04106e6.tar.gz |
DESTDIR support.
Diffstat (limited to 'graphics/gnome-icon-theme')
-rw-r--r-- | graphics/gnome-icon-theme/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gnome-icon-theme/Makefile b/graphics/gnome-icon-theme/Makefile index 0e96b514002..797f035de41 100644 --- a/graphics/gnome-icon-theme/Makefile +++ b/graphics/gnome-icon-theme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2006/09/15 15:09:19 jmmv Exp $ +# $NetBSD: Makefile,v 1.42 2006/11/05 17:23:44 joerg Exp $ # DISTNAME= gnome-icon-theme-2.16.0.1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ COMMENT= Theme consisting of a set of icons for GNOME +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 USE_TOOLS+= gmake intltool msgfmt perl pkg-config |