diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-04 17:09:32 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-01-04 17:09:32 +0000 |
commit | 43895345be1e8543b4827ead233c34da7331ea17 (patch) | |
tree | ed705799f925c7e7965864c1241c79ab89da91ca /net | |
parent | a97b6f070c587c16aa05344a6e4c5a294b818be8 (diff) | |
download | freebsd-ports-43895345be1e8543b4827ead233c34da7331ea17.zip |
add missing message catalogue.
remove empty share/locale stuff.
Submitted by: bento
Diffstat (limited to 'net')
-rw-r--r-- | net/kmud/Makefile | 1 | ||||
-rw-r--r-- | net/kmud/pkg-plist | 8 |
2 files changed, 9 insertions, 0 deletions
diff --git a/net/kmud/Makefile b/net/kmud/Makefile index eede36aba36d..9403544da4aa 100644 --- a/net/kmud/Makefile +++ b/net/kmud/Makefile @@ -7,6 +7,7 @@ PORTNAME= kmud PORTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.kmud.de/pub/kmud/ diff --git a/net/kmud/pkg-plist b/net/kmud/pkg-plist index a1c3a325fa71..3d61e195a435 100644 --- a/net/kmud/pkg-plist +++ b/net/kmud/pkg-plist @@ -1,4 +1,5 @@ bin/kmud +share/applnk/Games/kmud.kdelnk share/doc/HTML/de/kmud/index-1.html share/doc/HTML/de/kmud/index-2.html share/doc/HTML/de/kmud/index-3.html @@ -32,11 +33,18 @@ share/icons/mini/kmud.xpm share/icons/mini/kmud_aliases.xpm share/icons/mini/kmud_connectionwizard.xpm share/icons/mini/kmud_disconnect.xpm +share/icons/mini/kmud_logoff.xpm +share/icons/mini/kmud_logon.xpm share/icons/mini/kmud_null.xpm share/icons/mini/kmud_quickconnect.xpm share/icons/mini/kmud_triggers.xpm share/locale/de/LC_MESSAGES/kmud.mo +share/locale/fr/LC_MESSAGES/kmud.mo +share/locale/ru/LC_MESSAGES/kmud.mo share/locale/sv/LC_MESSAGES/kmud.mo +@unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true +@unexec rmdir %D/share/locale/* 2>/dev/null || true +@unexec rmdir %D/share/locale 2>/dev/null || true @dirrm share/doc/HTML/sv/kmud @dirrm share/doc/HTML/ru/kmud @dirrm share/doc/HTML/en/kmud |