diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-26 21:52:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-26 21:52:50 +0000 |
commit | a39be9289b24d878d479d1b73f96c8a9af0025c4 (patch) | |
tree | 60a1196894299815ab03cacecce69c2f313d4087 /x11-toolkits/gtk-bluecurve-theme/Makefile | |
parent | b0ba59875e6110961d9f58a2c950e61ddc4e8edd (diff) | |
download | ports-a39be9289b24d878d479d1b73f96c8a9af0025c4.tar.gz ports-a39be9289b24d878d479d1b73f96c8a9af0025c4.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtk-bluecurve-theme/Makefile')
-rw-r--r-- | x11-toolkits/gtk-bluecurve-theme/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/gtk-bluecurve-theme/Makefile b/x11-toolkits/gtk-bluecurve-theme/Makefile index 70da1e042be4..3b5e84beab9f 100644 --- a/x11-toolkits/gtk-bluecurve-theme/Makefile +++ b/x11-toolkits/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 |