1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

Stage support

This commit is contained in:
Antoine Brodin 2014-01-06 19:28:31 +00:00
parent 54c2dcabb2
commit 94b0846618
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338925

View File

@ -17,11 +17,10 @@ NO_BUILD= yes
USE_BZIP2= yes
USE_GNOME= gtk20
NO_STAGE= yes
.SILENT:
do-install:
${MKDIR} ${PREFIX}/share/themes
(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${PREFIX}/share/themes)
${MKDIR} ${STAGEDIR}${PREFIX}/share/themes
(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/themes)
.include <bsd.port.mk>