1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Stage support

This commit is contained in:
Antoine Brodin 2014-01-06 17:42:09 +00:00
parent fb83d6ffa3
commit 3c8b75de38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338911

View File

@ -24,9 +24,8 @@ PLIST_FILES= %%DATADIR%%/metacity-theme-1.xml
PLIST_DIRS= %%DATADIR%% \
share/themes/Clearlooks
NO_STAGE= yes
do-install:
${MKDIR} ${PREFIX}/${DATADIR}
${INSTALL_DATA} ${WRKSRC}/metacity-theme-1.xml ${PREFIX}/${DATADIR}
@${MKDIR} ${STAGEDIR}${PREFIX}/${DATADIR}
${INSTALL_DATA} ${WRKSRC}/metacity-theme-1.xml ${STAGEDIR}${PREFIX}/${DATADIR}
.include <bsd.port.mk>