diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-02 18:06:54 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-06-02 18:06:54 +0000 |
commit | f35235d7932df6d8a25f6654530c9440c71f4c68 (patch) | |
tree | 7fd9fd9c00235a76723a6eeeb468bc2f73cbdd2c /irc/konversation | |
parent | ff596ce008943ea39cb58dda5004853380dd630c (diff) | |
download | ports-f35235d7932df6d8a25f6654530c9440c71f4c68.tar.gz ports-f35235d7932df6d8a25f6654530c9440c71f4c68.zip |
Notes
Diffstat (limited to 'irc/konversation')
-rw-r--r-- | irc/konversation/Makefile | 6 | ||||
-rw-r--r-- | irc/konversation/distinfo | 2 | ||||
-rw-r--r-- | irc/konversation/pkg-plist | 9 |
3 files changed, 7 insertions, 10 deletions
diff --git a/irc/konversation/Makefile b/irc/konversation/Makefile index b92d8f02ac5d..13f70f1ccd0c 100644 --- a/irc/konversation/Makefile +++ b/irc/konversation/Makefile @@ -6,7 +6,7 @@ # PORTNAME= konversation -PORTVERSION= 0.11 +PORTVERSION= 0.12 CATEGORIES= irc kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,7 +16,11 @@ COMMENT= A user friendly IRC client for KDE USE_KDELIBS_VER=3 GNU_CONFIGURE= yes +USE_REINPLACE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \ + ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/irc/konversation/distinfo b/irc/konversation/distinfo index 1ee7dc4df799..748193eec219 100644 --- a/irc/konversation/distinfo +++ b/irc/konversation/distinfo @@ -1 +1 @@ -MD5 (konversation-0.11.tar.gz) = 7e6428de9c88de624cfcd5ca29dc92ce +MD5 (konversation-0.12.tar.gz) = 53ceb276f6ed54046f6809c20c521d95 diff --git a/irc/konversation/pkg-plist b/irc/konversation/pkg-plist index 0e65e7e0c59b..9c7a519784dd 100644 --- a/irc/konversation/pkg-plist +++ b/irc/konversation/pkg-plist @@ -10,16 +10,9 @@ share/apps/konversation/images/led_red_on.png share/apps/konversation/images/led_yellow_off.png share/apps/konversation/images/led_yellow_on.png share/apps/konversation/konversationui.rc -share/icons/locolor/16x16/apps/konversation.png -share/icons/locolor/32x32/apps/konversation.png share/locale/de/LC_MESSAGES/konversation.mo +share/locale/ru/LC_MESSAGES/konversation.mo share/locale/sv/LC_MESSAGES/konversation.mo -@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true -@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true -@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true -@unexec rmdir %D/share/icons/locolor 2>/dev/null || true -@unexec rmdir %D/share/icons 2>/dev/null || true @dirrm share/apps/konversation/images @dirrm share/apps/konversation @unexec rmdir %D/share/apps 2>/dev/null || true |