diff options
author | Steve Price <steve@FreeBSD.org> | 2001-02-26 03:34:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-02-26 03:34:31 +0000 |
commit | d8f88d6f7b0fe347a1bb48745c2adbe00a774774 (patch) | |
tree | 126bc671e78b19290a11a614357b2c86aa268fc7 /print | |
parent | Update to version 2.03. (diff) |
Minor pkg-plist fixes.
PR: 23806
Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
Notes
Notes:
svn path=/head/; revision=38728
Diffstat (limited to 'print')
-rw-r--r-- | print/tr2latex/pkg-plist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/print/tr2latex/pkg-plist b/print/tr2latex/pkg-plist index a671b77df014..b156f1193e1c 100644 --- a/print/tr2latex/pkg-plist +++ b/print/tr2latex/pkg-plist @@ -1,3 +1,7 @@ bin/tr2latex share/texmf/tex/latex/misc/troffman.sty share/texmf/tex/latex/misc/troffms.sty +@unexec rmdir %D/share/texmf/tex/latex/misc 2> /dev/null || true +@unexec rmdir %D/share/texmf/tex/latex 2> /dev/null || true +@unexec rmdir %D/share/texmf/tex 2> /dev/null || true +@unexec rmdir %D/share/texmf 2> /dev/null || true |