diff options
author | pav <pav@FreeBSD.org> | 2004-05-26 21:52:50 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-26 21:52:50 +0000 |
commit | bf5e9e43d35c9cb2a9b098f7aff5c23f08147971 (patch) | |
tree | af459bdf92c1cedd7704d4625d5e8a73681f784a /x11-themes | |
parent | b924d1993226b39fcce69f1f7ba496138f48ce98 (diff) | |
download | FreeBSD-ports-bf5e9e43d35c9cb2a9b098f7aff5c23f08147971.zip FreeBSD-ports-bf5e9e43d35c9cb2a9b098f7aff5c23f08147971.tar.gz |
- 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)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-bluecurve-theme/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-themes/gtk-bluecurve-theme/Makefile b/x11-themes/gtk-bluecurve-theme/Makefile index 70da1e0..3b5e84b 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 |