diff options
Diffstat (limited to 'x11-themes/gtk-gray-theme/Makefile')
-rw-r--r-- | x11-themes/gtk-gray-theme/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-themes/gtk-gray-theme/Makefile b/x11-themes/gtk-gray-theme/Makefile index 18c8bc76b2cf..d734034d5f96 100644 --- a/x11-themes/gtk-gray-theme/Makefile +++ b/x11-themes/gtk-gray-theme/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-gray-theme PORTVERSION= 1.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes gnome MASTER_SITES= http://www.gnome-look.org/CONTENT/content-files/ DISTNAME= 34132-Gray @@ -23,13 +23,13 @@ USE_GNOME= gtk20 do-install: ${MKDIR} ${PREFIX}/share/themes/Gray/gtk-2.0 ${MKDIR} ${PREFIX}/share/themes/Gray-Flat/gtk-2.0 - ${MKDIR} ${PREFIX}/share/gnome/themes/Gray/metacity-1 - ${MKDIR} ${PREFIX}/share/gnome/themes/Gray-Flat/metacity-1 + ${MKDIR} ${PREFIX}/share/themes/Gray/metacity-1 + ${MKDIR} ${PREFIX}/share/themes/Gray-Flat/metacity-1 @${CP} ${WRKDIR}/Gray/index.theme ${PREFIX}/share/themes/Gray @${CP} -R ${WRKDIR}/Gray/gtk-2.0/* ${PREFIX}/share/themes/Gray/gtk-2.0 @${CP} ${WRKDIR}/Gray-Flat/index.theme ${PREFIX}/share/themes/Gray-Flat @${CP} -R ${WRKDIR}/Gray-Flat/gtk-2.0/* ${PREFIX}/share/themes/Gray-Flat/gtk-2.0 - @${CP} -R ${WRKDIR}/Gray/metacity-1/* ${PREFIX}/share/gnome/themes/Gray/metacity-1 - @${CP} -R ${WRKDIR}/Gray-Flat/metacity-1/* ${PREFIX}/share/gnome/themes/Gray-Flat/metacity-1 + @${CP} -R ${WRKDIR}/Gray/metacity-1/* ${PREFIX}/share/themes/Gray/metacity-1 + @${CP} -R ${WRKDIR}/Gray-Flat/metacity-1/* ${PREFIX}/share/themes/Gray-Flat/metacity-1 .include <bsd.port.mk> |