- Stage support
This commit is contained in:
parent
6226549f27
commit
3c8991f953
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341354
1 changed files with 2 additions and 3 deletions
|
@ -17,10 +17,9 @@ WRKSRC= ${WRKDIR}/AquaLightBlue
|
|||
NO_BUILD= yes
|
||||
USE_GNOME= gtk20
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/themes/AquaLightBlue/gtk-2.0
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/share/themes/AquaLightBlue/gtk-2.0
|
||||
${FIND} ${WRKSRC}/gtk -type f | ${XARGS} -J % ${INSTALL_DATA} \
|
||||
% ${PREFIX}/share/themes/AquaLightBlue/gtk-2.0
|
||||
% ${STAGEDIR}${PREFIX}/share/themes/AquaLightBlue/gtk-2.0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue