summaryrefslogtreecommitdiff
path: root/print/latex
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-10-24 19:44:09 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-10-24 19:44:09 +0000
commit88b9dbc7c49e69f9f84626a3ab48afb5e1068495 (patch)
treeb226844b284add3798ecfd0d23c1560641b8ed50 /print/latex
parentSpecify PREFIX, LISPDIR, and VERSION_SPECIFIC_LISPDIR cleary (diff)
Remove configuration file from pkg-plist: it caused "make package" to fail.
Also, make an "@unexec rmdir" command always return true. Approved by: jmz
Notes
Notes: svn path=/head/; revision=49179
Diffstat (limited to 'print/latex')
-rw-r--r--print/latex/pkg-plist3
1 files changed, 1 insertions, 2 deletions
diff --git a/print/latex/pkg-plist b/print/latex/pkg-plist
index 2cf03a41af02..02f29c0704d7 100644
--- a/print/latex/pkg-plist
+++ b/print/latex/pkg-plist
@@ -927,7 +927,6 @@ share/texmf/tex/latex/tcidvi.def
share/texmf/tex/latex/test0.tex
share/texmf/tex/latex/test1.tex
share/texmf/tex/latex/testpage.tex
-share/texmf/tex/latex/texsys.cfg
share/texmf/tex/latex/textcomp.sty
share/texmf/tex/latex/textures.def
share/texmf/tex/latex/thb.sty
@@ -990,4 +989,4 @@ share/texmf/web2c/latex.fmt
@dirrm share/texmf/tex/latex
@unexec rmdir %D/share/texmf/makeindx 2>/dev/null || true
@unexec rmdir %D/share/texmf/documentation 2>/dev/null || true
-@unexec rmdir %D/share/texmf/fonts/vf
+@unexec rmdir %D/share/texmf/fonts/vf 2>/dev/null || true