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:
parent
e867a35291
commit
96ad62e894
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406313
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user