From owner-svn-ports-branches@freebsd.org Wed Oct 7 07:58:13 2015 Return-Path: Delivered-To: svn-ports-branches@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 79AF69D1C3D; Wed, 7 Oct 2015 07:58:13 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 46F075E8; Wed, 7 Oct 2015 07:58:13 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t977wCB2030751; Wed, 7 Oct 2015 07:58:12 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t977wC8c030750; Wed, 7 Oct 2015 07:58:12 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201510070758.t977wC8c030750@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Wed, 7 Oct 2015 07:58:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r398750 - branches/2015Q4/deskutils/calibre X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Oct 2015 07:58:13 -0000 Author: madpilot Date: Wed Oct 7 07:58:12 2015 New Revision: 398750 URL: https://svnweb.freebsd.org/changeset/ports/398750 Log: MFH: r398717 Fix packaging for some edge cases. PR: 203555 Submitted by: amdmi3@ Approved by: ports-secteam (delphij) Modified: branches/2015Q4/deskutils/calibre/Makefile Directory Properties: branches/2015Q4/ (props changed) Modified: branches/2015Q4/deskutils/calibre/Makefile ============================================================================== --- branches/2015Q4/deskutils/calibre/Makefile Wed Oct 7 07:19:26 2015 (r398749) +++ branches/2015Q4/deskutils/calibre/Makefile Wed Oct 7 07:58:12 2015 (r398750) @@ -70,7 +70,8 @@ MAKE_ENV+= FC_INC_DIR="${LOCALBASE}/incl WITH_USB=yes \ CALIBRE_CONFIG_DIRECTORY=${WRKDIR}/calibre-config \ XDG_DATA_DIRS=${STAGEDIR}${PREFIX}/share \ - XDG_CONFIG_HOME=${WRKDIR}/xdg-config + XDG_CONFIG_HOME=${WRKDIR}/xdg-config \ + XDG_UTILS_INSTALL_MODE=system .include