Date: Fri, 1 Mar 2019 22:19:16 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494324 - head/net-p2p/qbittorrent Message-ID: <201903012219.x21MJGf8097286@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Fri Mar 1 22:19:16 2019 New Revision: 494324 URL: https://svnweb.freebsd.org/changeset/ports/494324 Log: net-p2p/qbittorrent: Remove the DOCS option DOCS were only marginally or not at all useful, but prevented package flavors from being concurrently installed, which was unnecessarily confusing. Modified: head/net-p2p/qbittorrent/Makefile Modified: head/net-p2p/qbittorrent/Makefile ============================================================================== --- head/net-p2p/qbittorrent/Makefile Fri Mar 1 22:16:09 2019 (r494323) +++ head/net-p2p/qbittorrent/Makefile Fri Mar 1 22:19:16 2019 (r494324) @@ -3,7 +3,7 @@ PORTNAME= qbittorrent DISTVERSION= 4.1.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -44,15 +44,13 @@ SUB_LIST= USER=${USERS} GROUP=${GROUPS} PLIST_SUB= USER=${USERS} GROUP=${GROUPS} .endif -OPTIONS_DEFINE= DBUS DEBUG DOCS +OPTIONS_DEFINE= DBUS DEBUG OPTIONS_DEFAULT= DBUS DEBUG_CONFIGURE_ENABLE= debug DBUS_CONFIGURE_ENABLE= qt-dbus DBUS_USE= qt=dbus -PORTDOCS= AUTHORS Changelog README.md - post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qbittorrent${SUFFIX} ${INSTALL_MAN} ${WRKSRC}/doc/qbittorrent${SUFFIX}.1 \ @@ -61,9 +59,5 @@ post-install: .if ${FLAVOR} == nox @${MKDIR} ${STAGEDIR}/var/db/qbittorrent/conf ${STAGEDIR}/var/db/qbittorrent/Downloads .endif - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903012219.x21MJGf8097286>