diff options
author | ahze <ahze@FreeBSD.org> | 2008-05-26 02:37:37 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2008-05-26 02:37:37 +0800 |
commit | 557f05533cb1d2aa605bf3a81066b501319afef7 (patch) | |
tree | c325f6139761c7c4219214ccda885012cc34ca59 | |
parent | 952df0bb60d81a0526f5831b6b0e21e10e4a1f11 (diff) | |
download | freebsd-ports-gnome-557f05533cb1d2aa605bf3a81066b501319afef7.tar.gz freebsd-ports-gnome-557f05533cb1d2aa605bf3a81066b501319afef7.tar.zst freebsd-ports-gnome-557f05533cb1d2aa605bf3a81066b501319afef7.zip |
Fix plist
-rw-r--r-- | www/midori/Makefile | 1 | ||||
-rw-r--r-- | www/midori/pkg-plist | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/www/midori/Makefile b/www/midori/Makefile index 85a78bb41103..bc7cde5491dd 100644 --- a/www/midori/Makefile +++ b/www/midori/Makefile @@ -7,6 +7,7 @@ PORTNAME= midori PORTVERSION= 0.0.18 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://software.twotoasts.de/media/${PORTNAME}/ diff --git a/www/midori/pkg-plist b/www/midori/pkg-plist index 6ec31b1d31b8..96fc33dd81a6 100644 --- a/www/midori/pkg-plist +++ b/www/midori/pkg-plist @@ -1,5 +1,9 @@ bin/midori share/applications/midori.desktop +share/locale/de/LC_MESSAGES/midori.mo +share/locale/fr/LC_MESSAGES/midori.mo +share/locale/pl/LC_MESSAGES/midori.mo +share/locale/sv/LC_MESSAGES/midori.mo @dirrmtry share/applications @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true |