diff options
author | sf <sf@FreeBSD.org> | 2001-01-05 01:09:32 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-01-05 01:09:32 +0800 |
commit | 8290a0d98113d4afff6a19870084822a60a4f5e3 (patch) | |
tree | f772a1bef60239f94fe1009ffd74d49fd929ce84 /net | |
parent | f2d521bd5074f1d4b4500be062a7b4fbd7dfa61c (diff) | |
download | freebsd-ports-gnome-8290a0d98113d4afff6a19870084822a60a4f5e3.tar.gz freebsd-ports-gnome-8290a0d98113d4afff6a19870084822a60a4f5e3.tar.zst freebsd-ports-gnome-8290a0d98113d4afff6a19870084822a60a4f5e3.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 |