svn commit: r398717 - head/deskutils/calibre

Guido Falsi madpilot at FreeBSD.org
Tue Oct 6 20:27:01 UTC 2015


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>
 


More information about the svn-ports-all mailing list