Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Oct 2015 20:27:00 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398717 - head/deskutils/calibre
Message-ID:  <201510062027.t96KR0RB022754@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510062027.t96KR0RB022754>