- Stage support

This commit is contained in:
Martin Wilke 2014-01-27 05:41:50 +00:00
parent 977925e87e
commit 4b9719a944
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341327

View file

@ -25,13 +25,12 @@ THEME_DIR= share/themes/Beastie/
PLIST_FILES= ${THEME_FILES:S|^|${THEME_DIR}|}
PLIST_DIRS= ${THEME_DIR}/gtk-2.0 ${THEME_DIR}
NO_STAGE= yes
.include <bsd.port.pre.mk>
do-install:
${MKDIR} ${PREFIX}/${THEME_DIR}/gtk-2.0
${MKDIR} ${STAGEDIR}${PREFIX}/${THEME_DIR}/gtk-2.0
.for f in ${THEME_FILES}
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/${THEME_DIR}/${f}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/${THEME_DIR}/${f}
.endfor
.include <bsd.port.post.mk>