svn commit: r398750 - branches/2015Q4/deskutils/calibre

Guido Falsi madpilot at FreeBSD.org
Wed Oct 7 07:58:13 UTC 2015


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 <bsd.port.pre.mk>
 


More information about the svn-ports-all mailing list