diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-04-11 04:59:42 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-04-11 04:59:42 +0000 |
commit | 161cec2f4f2c21d7f8cbad4c24b2e127fd2d8c52 (patch) | |
tree | bfbefb7fd0992c0819c86e8b0c54a37e2befc1bb /irc/konversation | |
parent | Add a painfully simplistic patch to use GTK2 instead of GTK1. (diff) |
Fix plist.
Notes
Notes:
svn path=/head/; revision=132988
Diffstat (limited to 'irc/konversation')
-rw-r--r-- | irc/konversation/Makefile | 1 | ||||
-rw-r--r-- | irc/konversation/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/irc/konversation/Makefile b/irc/konversation/Makefile index f06814daae4a..a8e03f7abcac 100644 --- a/irc/konversation/Makefile +++ b/irc/konversation/Makefile @@ -7,6 +7,7 @@ PORTNAME= konversation PORTVERSION= 0.17 +PORTREVISION= 1 CATEGORIES= irc kde MASTER_SITES= http://download.berlios.de/${PORTNAME}/ \ http://www.hitnet.rwth-aachen.de/~brueffer/distfiles/ diff --git a/irc/konversation/pkg-plist b/irc/konversation/pkg-plist index 6dbea9b326e8..ec742dd920ec 100644 --- a/irc/konversation/pkg-plist +++ b/irc/konversation/pkg-plist @@ -235,8 +235,6 @@ share/services/konvirc6.protocol @unexec rmdir %D/share/locale/pt 2>/dev/null || true @unexec rmdir %D/share/locale/pl/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/pl 2>/dev/null || true -@unexec rmdir %D/share/locale/mt/LC_MESSAGES 2>/dev/null || true -@unexec rmdir %D/share/locale/mt 2>/dev/null || true @unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null || true @unexec rmdir %D/share/locale/ko 2>/dev/null || true @unexec rmdir %D/share/locale/fi/LC_MESSAGES 2>/dev/null || true |