pkgsrc/print/kpathsea/INSTALL
minskim 4994025669 Import kpathsea-3.5.7 from pkgsrc-wip.
Kpathsea is a library to do path searching.  It is used in the Web2C
implementation of TeX and friends.  The library's fundamental purpose
is to return a filename from a list of directories specified by the
user, similar to what shells do when looking up program names to
execute.
2009-01-03 22:12:42 +00:00

13 lines
275 B
Text

# $NetBSD: INSTALL,v 1.1.1.1 2009/01/03 22:12:42 minskim Exp $
case "${STAGE}" in
POST-INSTALL)
@PREFIX@/bin/mktexlsr \
@PREFIX@/share/texmf \
@PREFIX@/share/texmf-dist \
@PREFIX@/share/doc/texmf \
@TEXMFLOCAL@ \
@VARBASE@/lib/texmf \
@PKG_SYSCONFDIR@
;;
esac