diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-10 02:38:47 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-10 02:38:47 +0800 |
commit | 8246e161bf507e26c1c6bbba54aa81d1428839cf (patch) | |
tree | bf99029413f62fcb070a32fa21904be367ce95e3 /x11-themes | |
parent | 43d34be219cb0ba9208a2ed402dd573debc7b807 (diff) | |
download | marcuscom-ports-8246e161bf507e26c1c6bbba54aa81d1428839cf.tar.gz marcuscom-ports-8246e161bf507e26c1c6bbba54aa81d1428839cf.tar.zst marcuscom-ports-8246e161bf507e26c1c6bbba54aa81d1428839cf.zip |
Fix the plist of share/themes.
Reported by: pointyhat-exp
Submitted by: marcus
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9737 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/bluecurve-themes/Makefile | 4 | ||||
-rw-r--r-- | x11-themes/metacity-bluecurve-theme/Makefile | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/x11-themes/bluecurve-themes/Makefile b/x11-themes/bluecurve-themes/Makefile index 3770ef888..546a87409 100644 --- a/x11-themes/bluecurve-themes/Makefile +++ b/x11-themes/bluecurve-themes/Makefile @@ -41,7 +41,7 @@ do-install: # empty .else # master port PORTVERSION= 5.0.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-themes MASTER_SITES= ${MASTER_SITE_FEDORA_LINUX:S|$|:fedora|} ${MASTER_SITE_LOCAL:S|$|:local|} MASTER_SITE_SUBDIR= development/source/SRPMS/:fedora jylefort/:local @@ -80,8 +80,6 @@ bc-generate-plist: ${FIND} * -type d ! -empty | ${SORT} -r \ | ${SED} -e "s|^|@dirrm $$dst_rel/|" >> ${PLIST}; \ done - @${ECHO_CMD} "@dirrmtry share/themes" >> ${PLIST} - do-install: for h in ${BC_HIERS}; do \ diff --git a/x11-themes/metacity-bluecurve-theme/Makefile b/x11-themes/metacity-bluecurve-theme/Makefile index 8f9d7738e..5a02bb7e2 100644 --- a/x11-themes/metacity-bluecurve-theme/Makefile +++ b/x11-themes/metacity-bluecurve-theme/Makefile @@ -16,7 +16,7 @@ USE_GNOME= gnomehier .for t in Bluecurve Bluecurve-classic BC_HIERS+= ${WRKSRC}/art/metacity/${t}:${PREFIX}/share/themes/${t}/metacity-1 -PLIST_DIRS+= share/themes/${t}/metacity-1 share/themes/${t} +PLIST_DIRS+= share/themes/${t}/metacity-1 share/themes/${t} share/themes .endfor .include "${MASTERDIR}/Makefile" |