diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/qbittorrent/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 88470ac32fe9..2a9632b08fa2 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -3,7 +3,7 @@ PORTNAME= qbittorrent PORTVERSION= 3.0.10 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}/ @@ -45,9 +45,6 @@ USE_QT4+= dbus CONFIGURE_ARGS+= --disable-qt-dbus .endif -post-patch: - @${REINPLACE_CMD} -e 's|qputenv|!&|' ${WRKSRC}/src/main.cpp - post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} |