mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stage support
This commit is contained in:
parent
db1965a26a
commit
bc37277920
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338922
@ -20,12 +20,11 @@ USE_GNOME= gtk20
|
||||
|
||||
SNAPSHOT= 20060211
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/themes/Envy
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/Envy
|
||||
${INSTALL_DATA} ${FILESDIR}/index.theme.in \
|
||||
${PREFIX}/share/themes/Envy/index.theme
|
||||
${STAGEDIR}${PREFIX}/share/themes/Envy/index.theme
|
||||
@(cd ${WRKSRC}/Envy \
|
||||
&& ${COPYTREE_SHARE} . ${PREFIX}/share/themes/Envy)
|
||||
&& ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/themes/Envy)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user