diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-21 06:37:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-21 06:37:41 +0000 |
commit | 7f483e50e5ab2479e74afa05838dbc4604b82fd6 (patch) | |
tree | 60446bb9e478b94144ec71f86b9f03203bf524be /graphics | |
parent | 160cea4855f5c5d8eb80ab8066dbc1558f445720 (diff) | |
download | pkgsrc-7f483e50e5ab2479e74afa05838dbc4604b82fd6.tar.gz |
Fix DESTDIR installation.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnome-icon-theme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gnome-icon-theme/Makefile b/graphics/gnome-icon-theme/Makefile index 12deaa8ed7e..a9acbdd1256 100644 --- a/graphics/gnome-icon-theme/Makefile +++ b/graphics/gnome-icon-theme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2007/06/26 13:19:26 rillig Exp $ +# $NetBSD: Makefile,v 1.50 2007/08/21 06:37:41 joerg Exp $ # DISTNAME= gnome-icon-theme-2.18.0 @@ -25,7 +25,7 @@ HICOLOR_ICON_THEME_DEPEND_ONLY= yes # XXX this is used by applications. We "own" the subtree share/icons/gnome, # so we control the subdirs not belonging to a single application. post-install: - ${MKDIR} ${PREFIX}/share/icons/gnome/48x48/mimetypes + ${MKDIR} ${DESTDIR}${PREFIX}/share/icons/gnome/48x48/mimetypes .include "../../devel/gettext-lib/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" |