diff options
author | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-01-30 05:32:32 +0000 |
---|---|---|
committer | Jing-Tang Keith Jang <keith@FreeBSD.org> | 2001-01-30 05:32:32 +0000 |
commit | b41d14b20e08326e572448d107a137c0d7073ad3 (patch) | |
tree | b282ab6daf8ebc06e1795749146d949f9952598f | |
parent | Update to 0.3.0 (diff) |
Make the directory list reverse-ordered.
Submitted by: kevlo, my mentor
Notes
Notes:
svn path=/head/; revision=37777
-rw-r--r-- | chinese/ttfm/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/ttfm/pkg-plist b/chinese/ttfm/pkg-plist index f076dd3ab8f1..3fc6b5d587d8 100644 --- a/chinese/ttfm/pkg-plist +++ b/chinese/ttfm/pkg-plist @@ -8,7 +8,7 @@ share/ttfm/ttf2pk.ttfm.nop share/ttfm/xttfm-tcl.ttfm.nop share/ttfm/xfreetype.ttfm share/ttfm/xttfm.ttfm -@dirrm share/doc/ttfm @dirrm share/ttfm +@dirrm share/doc/ttfm @unexec rmdir %D/share/fonts/ttf 2>/dev/null || true @unexec rmdir %D/share/fonts 2>/dev/null || true |