svn commit: r353033 - head/Mk

Antoine Brodin antoine at FreeBSD.org
Mon May 5 17:23:03 UTC 2014


Author: antoine
Date: Mon May  5 17:23:02 2014
New Revision: 353033
URL: http://svnweb.freebsd.org/changeset/ports/353033
QAT: https://qat.redports.org/buildarchive/r353033/

Log:
  Fix a copy/paste error
  
  Reported by:	rene
  With hat:	portmgr

Modified:
  head/Mk/bsd.stage.mk

Modified: head/Mk/bsd.stage.mk
==============================================================================
--- head/Mk/bsd.stage.mk	Mon May  5 16:42:11 2014	(r353032)
+++ head/Mk/bsd.stage.mk	Mon May  5 17:23:02 2014	(r353033)
@@ -17,7 +17,7 @@ QA_ENV+=	STAGEDIR=${STAGEDIR} \
 .if !empty(USES:Mdesktop-file-utils)
 QA_ENV+=	USESDESKTOPFILEUTILS=yes
 .endif
-.if !empty(USES:Mdesktop-file-utils)
+.if !empty(USES:Mshared-mime-info)
 QA_ENV+=	USESSHAREDMIMEINFO=yes
 .endif
 CO_ENV+=	STAGEDIR=${STAGEDIR} \


More information about the svn-ports-all mailing list