diff options
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/bg5ps/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/bg5ps/Makefile b/chinese/bg5ps/Makefile index e327a90d88ac..178efe9b4996 100644 --- a/chinese/bg5ps/Makefile +++ b/chinese/bg5ps/Makefile @@ -20,7 +20,7 @@ SUB_FILES= pkg-message OPTIONS_DEFINE= DOCS EXAMPLES post-patch: - @${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,g' \ + @${REINPLACE_CMD} -e 's,/usr/share/fonts/ttf/,${PREFIX}/share/fonts/TrueType/,g' \ ${WRKSRC}/gb2312-bg5ps.conf ${WRKSRC}/bg5ps.conf do-install: |