mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
x11-fonts/proggy_fonts: support stage
PR: 192261 Submitted by: fullermd over-yonder net
This commit is contained in:
parent
f621876372
commit
4052cc4a10
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363591
@ -35,13 +35,11 @@ USE_XORG= x11
|
||||
USES= zip
|
||||
NO_WRKSUBDIR= yes
|
||||
NO_BUILD= yes
|
||||
XFONTDIR= ${PREFIX}/lib/X11/fonts/local
|
||||
XFONTDIR= ${STAGEDIR}${PREFIX}/lib/X11/fonts/local
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${MKDIR} ${XFONTDIR}
|
||||
@${CP} ${ALREADY_UNZIP} ${WRKDIR}
|
||||
@${INSTALL_DATA} ${WRKDIR}/*.pcf* ${XFONTDIR}
|
||||
@(cd ${XFONTDIR}; mkfontdir)
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user