mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Stage support and simplify install
- Remove duplicate @dirrm from plist
This commit is contained in:
parent
bc37277920
commit
78a0e7cd5b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338923
@ -16,17 +16,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/icons/Tango:${PORTSDIR}/x11-themes/icons-tango
|
||||
NO_BUILD= yes
|
||||
USE_GNOME= gtk20
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/themes/Gray/gtk-2.0
|
||||
${MKDIR} ${PREFIX}/share/themes/Gray-Flat/gtk-2.0
|
||||
${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/themes/Gray/metacity-1
|
||||
@${CP} -R ${WRKDIR}/Gray-Flat/metacity-1/* ${PREFIX}/share/themes/Gray-Flat/metacity-1
|
||||
cd ${WRKDIR} && ${COPYTREE_SHARE} "Gray Gray-Flat" ${STAGEDIR}${PREFIX}/share/themes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -318,8 +318,6 @@ share/themes/Gray/index.theme
|
||||
@dirrm share/themes/Gray-Flat/gtk-2.0/Buttons
|
||||
@dirrm share/themes/Gray-Flat/gtk-2.0/Arrows
|
||||
@dirrm share/themes/Gray-Flat/gtk-2.0
|
||||
@dirrm share/themes/Gray-Flat
|
||||
@dirrm share/themes/Gray
|
||||
@dirrm share/themes/Gray/metacity-1
|
||||
@dirrm share/themes/Gray-Flat/metacity-1
|
||||
@dirrm share/themes/Gray-Flat
|
||||
|
Loading…
Reference in New Issue
Block a user