mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
x11-fonts/sharefonts: Actually support stage this time
This commit is contained in:
parent
38a5c4f1e0
commit
0a4ba82fec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346045
@ -18,7 +18,7 @@ FONTDIR?= ${PREFIX}/lib/X11/fonts/${PORTNAME}
|
||||
PLIST_SUB= FONTDIR="${FONTDIR:S|${PREFIX}/||}"
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${FONTDIR}
|
||||
${INSTALL_DATA} ${WRKDIR}/sharefont/* ${FONTDIR}
|
||||
@${MKDIR} ${STAGEDIR}${FONTDIR}
|
||||
${INSTALL_DATA} ${WRKDIR}/sharefont/* ${STAGEDIR}${FONTDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user