pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/gnome-icon-theme Fix DESTDIR installation.
details: https://anonhg.NetBSD.org/pkgsrc/rev/182e32b8f398
branches: trunk
changeset: 532493:182e32b8f398
user: joerg <joerg%pkgsrc.org@localhost>
date: Tue Aug 21 06:37:41 2007 +0000
description:
Fix DESTDIR installation.
diffstat:
graphics/gnome-icon-theme/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 451cbdfe272e -r 182e32b8f398 graphics/gnome-icon-theme/Makefile
--- a/graphics/gnome-icon-theme/Makefile Mon Aug 20 23:18:07 2007 +0000
+++ b/graphics/gnome-icon-theme/Makefile Tue Aug 21 06:37:41 2007 +0000
@@ -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 @@
# 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"
Home |
Main Index |
Thread Index |
Old Index