summaryrefslogtreecommitdiff
path: root/x11-themes/gtk-bluecurve-theme
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-05-26 21:52:50 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-05-26 21:52:50 +0000
commita39be9289b24d878d479d1b73f96c8a9af0025c4 (patch)
tree60a1196894299815ab03cacecce69c2f313d4087 /x11-themes/gtk-bluecurve-theme
parentEnsure that automake uses the correct version of autoconf (diff)
- Install Gtk2 files to gtk-2.0/2.4.0 instead of gtk-2.0/2.2.0
PR: ports/65845 Submitted by: Greg J. <xcas@cox.net> Approved by: maintainer timeout (2 weeks)
Notes
Notes: svn path=/head/; revision=110091
Diffstat (limited to 'x11-themes/gtk-bluecurve-theme')
-rw-r--r--x11-themes/gtk-bluecurve-theme/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/gtk-bluecurve-theme/Makefile b/x11-themes/gtk-bluecurve-theme/Makefile
index 70da1e042be4..3b5e84beab9f 100644
--- a/x11-themes/gtk-bluecurve-theme/Makefile
+++ b/x11-themes/gtk-bluecurve-theme/Makefile
@@ -31,7 +31,7 @@ THEMES_SUBDIRS= ${WRKSRC}/art/gtk/Bluecurve1
.if defined(WITH_GTK2)
USE_GNOME+= gtk20
THEMES_SUBDIRS+= ${WRKSRC}/art/gtk/Bluecurve
-PLIST_SUB+= GTK2="" GTKVERSION="2.2.0"
+PLIST_SUB+= GTK2="" GTKVERSION="2.4.0"
.else
PLIST_SUB+= GTK2="@comment "
.endif
@@ -69,9 +69,9 @@ do-build:
do-install:
@${MKDIR} ${PREFIX}/share/themes/Bluecurve && ${CHMOD} a+rx ${PREFIX}/share/themes/Bluecurve
.if defined(WITH_GTK2)
- @${MKDIR} ${PREFIX}/lib/gtk-2.0/2.2.0/engines && ${CHMOD} a+rx ${PREFIX}/lib/gtk-2.0/2.2.0/engines
+ @${MKDIR} ${PREFIX}/lib/gtk-2.0/2.4.0/engines && ${CHMOD} a+rx ${PREFIX}/lib/gtk-2.0/2.4.0/engines
@${MKDIR} ${PREFIX}/share/themes/Bluecurve/gtk-2.0 && ${CHMOD} a+rx ${PREFIX}/share/themes/Bluecurve/gtk-2.0
- @${INSTALL_PROGRAM} ${WRKSRC}/art/gtk/Bluecurve/.libs/libbluecurve.so ${PREFIX}/lib/gtk-2.0/2.2.0/engines
+ @${INSTALL_PROGRAM} ${WRKSRC}/art/gtk/Bluecurve/.libs/libbluecurve.so ${PREFIX}/lib/gtk-2.0/2.4.0/engines
@${INSTALL_DATA} ${WRKSRC}/art/gtk/Bluecurve/gtk-2.0/gtkrc ${PREFIX}/share/themes/Bluecurve/gtk-2.0
.endif
@${MKDIR} ${PREFIX}/lib/gtk/themes/engines && ${CHMOD} a+rx ${PREFIX}/lib/gtk/themes/engines