aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/makejvf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/makejvf/Makefile')
-rw-r--r--japanese/makejvf/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/makejvf/Makefile b/japanese/makejvf/Makefile
index 90e1816c167e..dcedc0eda2fb 100644
--- a/japanese/makejvf/Makefile
+++ b/japanese/makejvf/Makefile
@@ -38,6 +38,8 @@ post-extract:
${TAR} -C ${WRKDIR}/ -zxf ${DISTDIR}/${DIST_SUBDIR}/$$i${EXTRACT_SUFX} ; \
done
+.include <bsd.port.pre.mk>
+
post-install:
@${MKDIR} ${MAP_DIR}
@for i in ${PTEX_TFM} ; do \
@@ -70,4 +72,8 @@ post-install:
done
.endif
-.include <bsd.port.mk>
+.if exists(${PREFIX}/bin/mktexlsr)
+ @${PREFIX}/bin/mktexlsr
+.endif
+
+.include <bsd.port.post.mk>