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-bluecurve-theme | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) | |
download | ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.tar.gz ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.zip |
Notes
Diffstat (limited to 'x11-themes/metacity-bluecurve-theme')
-rw-r--r-- | x11-themes/metacity-bluecurve-theme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/metacity-bluecurve-theme/Makefile b/x11-themes/metacity-bluecurve-theme/Makefile index 92723ec7c6e6..5a02bb7e27cf 100644 --- a/x11-themes/metacity-bluecurve-theme/Makefile +++ b/x11-themes/metacity-bluecurve-theme/Makefile @@ -15,8 +15,8 @@ NO_BUILD= yes USE_GNOME= gnomehier .for t in Bluecurve Bluecurve-classic -BC_HIERS+= ${WRKSRC}/art/metacity/${t}:${PREFIX}/share/gnome/themes/${t}/metacity-1 -PLIST_DIRS+= share/gnome/themes/${t}/metacity-1 share/gnome/themes/${t} +BC_HIERS+= ${WRKSRC}/art/metacity/${t}:${PREFIX}/share/themes/${t}/metacity-1 +PLIST_DIRS+= share/themes/${t}/metacity-1 share/themes/${t} share/themes .endfor .include "${MASTERDIR}/Makefile" |