summaryrefslogtreecommitdiff
path: root/chinese/ttfm/Makefile.ttf
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2016-07-29 10:53:38 +0000
committerStefan Eßer <se@FreeBSD.org>2016-07-29 10:53:38 +0000
commit7af1dda9234a96d3f4ce9c7604e9602a3f8f4a1b (patch)
tree6f635636812dbaafea9b95b7e8c82325595beed0 /chinese/ttfm/Makefile.ttf
parentUpdate devel/erlang-protobuffs to version 0.9.0. (diff)
Remove spurious ${STAGEDIR} from @exec and @unexec lines added to the plist
by chinese/ttfm/Makefile.ttf and bump PORTREVISION in all dependent ports. Approved by: antoine (mentor)
Notes
Notes: svn path=/head/; revision=419236
Diffstat (limited to '')
-rw-r--r--chinese/ttfm/Makefile.ttf4
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/ttfm/Makefile.ttf b/chinese/ttfm/Makefile.ttf
index 2825922a8348..8264fba028a8 100644
--- a/chinese/ttfm/Makefile.ttf
+++ b/chinese/ttfm/Makefile.ttf
@@ -70,7 +70,7 @@ add-plist-post: add-plist-ttf
add-plist-ttf:
.for module in ${_TTF_MODULES}
. for ttf in ${TTF}
- @${ECHO_CMD} "@unexec %D/bin/ttfm.sh --remove ${module} ${STAGEDIR}${FONTSDIR}/${ttf} || true" >> ${TMPPLIST}
+ @${ECHO_CMD} "@unexec %D/bin/ttfm.sh --remove ${module} ${FONTSDIR}/${ttf} || true" >> ${TMPPLIST}
. endfor
.endfor
.for ttf in ${TTF}
@@ -78,7 +78,7 @@ add-plist-ttf:
.endfor
.for module in ${_TTF_MODULES}
. for ttf in ${TTF}
- @${ECHO_CMD} "@exec %D/bin/ttfm.sh --add ${module} ${STAGEDIR}${FONTSDIR}/${ttf} || true" >> ${TMPPLIST}
+ @${ECHO_CMD} "@exec %D/bin/ttfm.sh --add ${module} ${FONTSDIR}/${ttf} || true" >> ${TMPPLIST}
. endfor
.endfor
.if ${PORT_OPTIONS:MX11}