diff options
Diffstat (limited to 'irc/kvirc-devel/Makefile')
-rw-r--r-- | irc/kvirc-devel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/irc/kvirc-devel/Makefile b/irc/kvirc-devel/Makefile index 3cae87f13b43..ed3ad66a5c2b 100644 --- a/irc/kvirc-devel/Makefile +++ b/irc/kvirc-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= kvirc PORTVERSION= 3.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= irc kde MASTER_SITES= ftp://ftp.kvirc.net/pub/%SUBDIR%/ \ ftp://ftp.kvirc.de/pub/%SUBDIR%/ \ @@ -18,8 +18,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}/source MAINTAINER= mranner@inode.at COMMENT= IRC client for QT and KDE -CONFLICTS= kdenetwork-3.5.[0-9]* - USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_BZIP2= yes @@ -70,5 +68,8 @@ post-patch: -e "s,.SS_KDE_GENERAL_DIR/share/mimelnk,${PREFIX}/share/mimelnk," \ -e "s,kdeservicesdir=\".SS_KDE_SERVICESDIR\",kdeservicesdir=\"${PREFIX}/share/services\"," \ ${WRKSRC}/configure +post-configure: + @${MV} ${WRKSRC}/data/protocols/irc.protocol ${WRKSRC}/data/protocols/kvirc.protocol + @${MV} ${WRKSRC}/data/protocols/irc6.protocol ${WRKSRC}/data/protocols/kvirc6.protocol .include <bsd.port.post.mk> |