1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

vietnames/vietunicode-*: Unbreak index

Now I see why <pre>/<post> was used.  It was a hack to work around using
${PORTSDIR} instead of ${.CURDIR} in the include statement.

Convert to .CURDIR to unbreak index (hopefully)
This commit is contained in:
John Marino 2016-01-17 12:53:59 +00:00
parent e867a35291
commit 96ad62e894
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406313
3 changed files with 3 additions and 3 deletions

View File

@ -26,5 +26,5 @@ do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${TTF} ${STAGEDIR}${FONTSDIR})
.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
.include "${.CURDIR}/../../chinese/ttfm/Makefile.ttf"
.include <bsd.port.mk>

View File

@ -34,5 +34,5 @@ do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${TTF} ${STAGEDIR}${FONTSDIR})
.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
.include "${.CURDIR}/../../chinese/ttfm/Makefile.ttf"
.include <bsd.port.mk>

View File

@ -23,5 +23,5 @@ do-install:
@${MKDIR} ${STAGEDIR}${FONTSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} ${TTF} ${STAGEDIR}${FONTSDIR})
.include "${PORTSDIR}/chinese/ttfm/Makefile.ttf"
.include "${.CURDIR}/../../chinese/ttfm/Makefile.ttf"
.include <bsd.port.mk>