pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/gnome-themes Fix the installation. Looks like ${IN...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e32eaa31d391
branches: trunk
changeset: 501236:e32eaa31d391
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Wed Oct 19 09:57:20 2005 +0000
description:
Fix the installation. Looks like ${INSTALL} -d did not work, use
${INSTALL_DATA_DIR} instead which works fine.
diffstat:
x11/gnome-themes/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a466e98fac48 -r e32eaa31d391 x11/gnome-themes/Makefile
--- a/x11/gnome-themes/Makefile Wed Oct 19 09:47:15 2005 +0000
+++ b/x11/gnome-themes/Makefile Wed Oct 19 09:57:20 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2005/10/12 21:57:05 jmmv Exp $
+# $NetBSD: Makefile,v 1.35 2005/10/19 09:57:20 xtraeme Exp $
#
DISTNAME= gnome-themes-2.12.1
@@ -20,7 +20,7 @@
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
-INSTALL_MAKE_FLAGS+= install_sh="${INSTALL} -d"
+INSTALL_MAKE_FLAGS+= install_sh="${INSTALL_DATA_DIR}"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index