diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /x11-themes/metacity-themes | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) |
Notes
Diffstat (limited to 'x11-themes/metacity-themes')
-rw-r--r-- | x11-themes/metacity-themes/Makefile | 4 | ||||
-rw-r--r-- | x11-themes/metacity-themes/Makefile.metacity | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-themes/metacity-themes/Makefile b/x11-themes/metacity-themes/Makefile index 61ebfaa93ca9..1227cd44bb9e 100644 --- a/x11-themes/metacity-themes/Makefile +++ b/x11-themes/metacity-themes/Makefile @@ -9,7 +9,7 @@ PORTNAME= metacity-themes PORTVERSION= 20040306 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-themes gnome MASTER_SITES= # Empty DISTFILES= # Empty @@ -18,7 +18,7 @@ EXTRACT_ONLY= # Empty MAINTAINER= MrL0Lz@gmail.com COMMENT= Meta-port for Gnome Metacity themes -RUN_DEPENDS= ${LOCALBASE}/share/gnome/themes/microgui/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/metacity-theme-microgui +RUN_DEPENDS= ${LOCALBASE}/share/themes/microgui/metacity-1/metacity-theme-1.xml:${PORTSDIR}/x11-themes/metacity-theme-microgui NO_BUILD= yes diff --git a/x11-themes/metacity-themes/Makefile.metacity b/x11-themes/metacity-themes/Makefile.metacity index 9a8e68dd6c5c..dc1f664f5083 100644 --- a/x11-themes/metacity-themes/Makefile.metacity +++ b/x11-themes/metacity-themes/Makefile.metacity @@ -9,10 +9,10 @@ REASON= Themes may contain artwork not done by the author. \ Keep FreeBSD safe if the theme author violated copyrights. do-install: - ${MKDIR} ${PREFIX}/share/gnome/themes/${PORTNAME} + ${MKDIR} ${PREFIX}/share/themes/${PORTNAME} cd ${WRKSRC} && ${FIND} . -type d ! -empty \ -exec ${MKDIR} -m 0755 \ - ${PREFIX}/share/gnome/themes/${PORTNAME}/"{}" \; + ${PREFIX}/share/themes/${PORTNAME}/"{}" \; cd ${WRKSRC} && ${FIND} . -type f \ -exec ${INSTALL_DATA} ${WRKSRC}/"{}" \ - ${PREFIX}/share/gnome/themes/${PORTNAME}/"{}" \; + ${PREFIX}/share/themes/${PORTNAME}/"{}" \; |