summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-21 06:37:41 +0000
committerjoerg <joerg>2007-08-21 06:37:41 +0000
commit028a22f8e88f7edc70e7d6c0406310bfe1737823 (patch)
tree60446bb9e478b94144ec71f86b9f03203bf524be /graphics
parent23a592ce10aa4e895799cc928b39d6c57b46c5ce (diff)
downloadpkgsrc-028a22f8e88f7edc70e7d6c0406310bfe1737823.tar.gz
Fix DESTDIR installation.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gnome-icon-theme/Makefile4
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"