diff options
Diffstat (limited to 'net/kopete/Makefile')
-rw-r--r-- | net/kopete/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/kopete/Makefile b/net/kopete/Makefile index 05d721f29a53..8cb5bf720e6a 100644 --- a/net/kopete/Makefile +++ b/net/kopete/Makefile @@ -17,6 +17,20 @@ MAINTAINER= stefan.jahn@nemesis-sektor.de USE_KDELIBS_VER=3 GNU_CONFIGURE= yes USE_GMAKE= yes +USE_REINPLACE= yes + +post-patch: + ${REINPLACE_CMD} -e 's,305,306,' \ + ${WRKSRC}/kopete/libkopete/ui/appearanceconfig.cpp \ + ${WRKSRC}/kopete/libkopete/ui/appearanceconfig.h \ + ${WRKSRC}/kopete/libkopete/ui/kopetechatwindow.cpp \ + ${WRKSRC}/kopete/libkopete/ui/kopetecontactviewitem.cpp \ + ${WRKSRC}/kopete/libkopete/ui/kopetemetacontactlvi.cpp \ + ${WRKSRC}/kopete/libkopete/ui/kopetewindow.cpp \ + ${WRKSRC}/kopete/libkopete/kopeteprefs.cpp \ + ${WRKSRC}/kopete/libkopete/kopeteprefs.h \ + ${WRKSRC}/kopete/protocols/icq_new/icqchangestatus.cpp \ + ${WRKSRC}/kopete/protocols/irc/ircmessage.cpp .include <bsd.port.pre.mk> .include "${PORTSDIR}/x11/kde3/Makefile.kde" |