mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Remove configuration file from pkg-plist: it caused "make package" to fail.
Also, make an "@unexec rmdir" command always return true. Approved by: jmz
This commit is contained in:
parent
f443003645
commit
88b9dbc7c4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49179
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user