mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- support stage
This commit is contained in:
parent
b48078ec2e
commit
e0ce93dad1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360862
@ -21,12 +21,11 @@ NO_BUILD= yes
|
|||||||
SHAREMODE= 644
|
SHAREMODE= 644
|
||||||
XFONTDIR= ${LOCALBASE}/lib/X11/fonts/local
|
XFONTDIR= ${LOCALBASE}/lib/X11/fonts/local
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
do-install:
|
do-install:
|
||||||
@${MKDIR} ${XFONTDIR}
|
@${MKDIR} ${STAGEDIR}${XFONTDIR}
|
||||||
.for i in ${FONTFILES}
|
.for i in ${FONTFILES}
|
||||||
@${INSTALL_DATA} ${WRKSRC}/${i} ${XFONTDIR}
|
@${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${XFONTDIR}
|
||||||
.endfor
|
.endfor
|
||||||
@cd ${XFONTDIR} ; mkfontdir
|
@cd ${STAGEDIR}${XFONTDIR} ; mkfontdir
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user