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

- support stage

This commit is contained in:
Yen-Ming Lee 2014-07-06 06:31:12 +00:00
parent b48078ec2e
commit e0ce93dad1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360862

View File

@ -21,12 +21,11 @@ NO_BUILD= yes
SHAREMODE= 644
XFONTDIR= ${LOCALBASE}/lib/X11/fonts/local
NO_STAGE= yes
do-install:
@${MKDIR} ${XFONTDIR}
@${MKDIR} ${STAGEDIR}${XFONTDIR}
.for i in ${FONTFILES}
@${INSTALL_DATA} ${WRKSRC}/${i} ${XFONTDIR}
@${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${XFONTDIR}
.endfor
@cd ${XFONTDIR} ; mkfontdir
@cd ${STAGEDIR}${XFONTDIR} ; mkfontdir
.include <bsd.port.mk>