1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
This commit is contained in:
Vanilla I. Shu 2014-07-01 13:55:45 +00:00
parent ed08b9e68c
commit ab49cdccbc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360011
2 changed files with 5 additions and 7 deletions

View File

@ -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

View File

@ -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