mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stagify.
This commit is contained in:
parent
ed08b9e68c
commit
ab49cdccbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360011
@ -25,17 +25,16 @@ DATA_DIRS= 2YearsToNever Anonymous Aquiline BWM Big Blackwindow \
|
||||
T-16-red T-16-yellow Titanium V absolute-metal bluefoo \
|
||||
debian gorilla gorillaz mxflat typo
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/sawfish/themes
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/sawfish/themes
|
||||
.for d in ${DATA_DIRS}
|
||||
@${TAR} --exclude ".pc" --exclude ".xvpics" -C ${WRKSRC} -cf - ${d} | \
|
||||
${TAR} -C ${PREFIX}/share/sawfish/themes -xf -
|
||||
@${FIND} ${PREFIX}/share/sawfish/themes/${d} | \
|
||||
${TAR} -C ${STAGEDIR}${PREFIX}/share/sawfish/themes -xf -
|
||||
@${FIND} ${STAGEDIR}${PREFIX}/share/sawfish/themes/${d} | \
|
||||
${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP}
|
||||
@${FIND} ${PREFIX}/share/sawfish/themes/${d} -type f | \
|
||||
@${FIND} ${STAGEDIR}${PREFIX}/share/sawfish/themes/${d} -type f | \
|
||||
${XARGS} ${CHMOD} ${SHAREMODE}
|
||||
@${FIND} ${PREFIX}/share/sawfish/themes/${d} -type d | \
|
||||
@${FIND} ${STAGEDIR}${PREFIX}/share/sawfish/themes/${d} -type d | \
|
||||
${XARGS} ${CHMOD} a+rx
|
||||
.endfor
|
||||
|
||||
|
@ -1241,4 +1241,3 @@ share/sawfish/themes/typo/theme.jl
|
||||
@dirrm share/sawfish/themes/Aquiline
|
||||
@dirrm share/sawfish/themes/Anonymous
|
||||
@dirrm share/sawfish/themes/2YearsToNever
|
||||
@dirrm share/sawfish/themes
|
||||
|
Loading…
Reference in New Issue
Block a user