diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-09 09:53:54 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-02-09 09:53:54 +0000 |
commit | 72fb55e19779cc6ee67f56365ca720e8328e7508 (patch) | |
tree | ac6d49a807a2e5cdde45b5f16f9da005496957ad /net/jwhois/pkg-plist | |
parent | 1b804d590e5d7caf077905932c03ac82b22a6c99 (diff) | |
download | ports-72fb55e19779cc6ee67f56365ca720e8328e7508.tar.gz ports-72fb55e19779cc6ee67f56365ca720e8328e7508.zip |
Notes
Diffstat (limited to 'net/jwhois/pkg-plist')
-rw-r--r-- | net/jwhois/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/jwhois/pkg-plist b/net/jwhois/pkg-plist index 660fcce8671e..2c89883003ff 100644 --- a/net/jwhois/pkg-plist +++ b/net/jwhois/pkg-plist @@ -5,6 +5,8 @@ etc/jwhois.conf.sample @unexec install-info --delete %D/info/jwhois.info %D/info/dir info/jwhois.info @exec install-info %D/info/jwhois.info %D/info/dir +share/locale/es/LC_MESSAGES/jwhois.mo +share/locale/fr/LC_MESSAGES/jwhois.mo share/locale/ru/LC_MESSAGES/jwhois.mo share/locale/sv/LC_MESSAGES/jwhois.mo @unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true @@ -13,3 +15,4 @@ share/locale/sv/LC_MESSAGES/jwhois.mo @unexec rm -f %D/var/jwhois/jwhois.db 2>/dev/null || true @unexec rmdir %D/var/jwhois 2>/dev/null || true @unexec rmdir %D/var 2>/dev/null || true +@unexec rmdir -p %D/man/sv/man1 2>/dev/null || true |