diff options
author | mita <mita@FreeBSD.org> | 2002-01-21 05:25:58 +0000 |
---|---|---|
committer | mita <mita@FreeBSD.org> | 2002-01-21 05:25:58 +0000 |
commit | b9822166a0294ce3300911eb55fbcb073a761781 (patch) | |
tree | fd13301ecd6a061b13db90e1b70fdbc507dbcb53 /japanese/dvipsk-vflib/Makefile | |
parent | e391e2ddfb248f825a82c09e65265bad05bebf4f (diff) | |
download | FreeBSD-ports-b9822166a0294ce3300911eb55fbcb073a761781.zip FreeBSD-ports-b9822166a0294ce3300911eb55fbcb073a761781.tar.gz |
exec mktexlsr at installation and deinstallation.
This is mandatory for this version of dvipsk to work correctly.
Diffstat (limited to 'japanese/dvipsk-vflib/Makefile')
-rw-r--r-- | japanese/dvipsk-vflib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/dvipsk-vflib/Makefile b/japanese/dvipsk-vflib/Makefile index 823e373..32bb074 100644 --- a/japanese/dvipsk-vflib/Makefile +++ b/japanese/dvipsk-vflib/Makefile @@ -81,6 +81,8 @@ post-install: ${INSTALL_DATA} $$i ${TEXDIR}/latex209/dvips ; \ done \ ) +# rebuild tex ls-R file + @mktexlsr .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/dvips @for i in ${DOCS} ; do \ |