diff options
author | John Marino <marino@FreeBSD.org> | 2016-01-17 12:53:59 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-01-17 12:53:59 +0000 |
commit | 96ad62e894b32bb3781b6fe27d74d0c2b7e9c94c (patch) | |
tree | c427ea4ec0c2348e21985e6835485ce039f9669e /vietnamese | |
parent | e867a35291620f528941f0e014109a2a21254780 (diff) | |
download | ports-96ad62e894b32bb3781b6fe27d74d0c2b7e9c94c.tar.gz ports-96ad62e894b32bb3781b6fe27d74d0c2b7e9c94c.zip |
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)
Notes
Notes:
svn path=/head/; revision=406313
Diffstat (limited to 'vietnamese')
-rw-r--r-- | vietnamese/vietunicode-hannom/Makefile | 2 | ||||
-rw-r--r-- | vietnamese/vietunicode-trichlor/Makefile | 2 | ||||
-rw-r--r-- | vietnamese/vietunicode-web1/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/vietnamese/vietunicode-hannom/Makefile b/vietnamese/vietunicode-hannom/Makefile index b22514f8026f..578c019b3175 100644 --- a/vietnamese/vietunicode-hannom/Makefile +++ b/vietnamese/vietunicode-hannom/Makefile @@ -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> diff --git a/vietnamese/vietunicode-trichlor/Makefile b/vietnamese/vietunicode-trichlor/Makefile index 182aca4d6209..d1487addba24 100644 --- a/vietnamese/vietunicode-trichlor/Makefile +++ b/vietnamese/vietunicode-trichlor/Makefile @@ -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> diff --git a/vietnamese/vietunicode-web1/Makefile b/vietnamese/vietunicode-web1/Makefile index a459c9149b57..e2e208044418 100644 --- a/vietnamese/vietunicode-web1/Makefile +++ b/vietnamese/vietunicode-web1/Makefile @@ -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> |