From owner-svn-ports-head@freebsd.org Tue Oct 6 20:27:01 2015 Return-Path: Delivered-To: svn-ports-head@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 9E8639D0E9A; Tue, 6 Oct 2015 20:27:01 +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 6BBCE3CB; Tue, 6 Oct 2015 20:27:01 +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 t96KR0tS022755; Tue, 6 Oct 2015 20:27:00 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t96KR0RB022754; Tue, 6 Oct 2015 20:27:00 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <201510062027.t96KR0RB022754@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 6 Oct 2015 20:27:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398717 - head/deskutils/calibre X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2015 20:27:01 -0000 Author: madpilot Date: Tue Oct 6 20:27:00 2015 New Revision: 398717 URL: https://svnweb.freebsd.org/changeset/ports/398717 Log: Fix packaging for some edge cases. PR: 203555 Submitted by: amdmi3@ MFH: 2015Q4 Modified: head/deskutils/calibre/Makefile Modified: head/deskutils/calibre/Makefile ============================================================================== --- head/deskutils/calibre/Makefile Tue Oct 6 20:01:59 2015 (r398716) +++ head/deskutils/calibre/Makefile Tue Oct 6 20:27:00 2015 (r398717) @@ -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