1
0
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:
John Marino 2014-02-25 16:16:12 +00:00
parent 38a5c4f1e0
commit 0a4ba82fec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346045

View File

@ -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>