svn commit: r347969 - head/Mk

Baptiste Daroussin bapt at FreeBSD.org
Wed Mar 12 10:20:59 UTC 2014


Author: bapt
Date: Wed Mar 12 10:20:58 2014
New Revision: 347969
URL: http://svnweb.freebsd.org/changeset/ports/347969
QAT: https://qat.redports.org/buildarchive/r347969/

Log:
  Fix bad copy/paste

Modified:
  head/Mk/bsd.sanity.mk

Modified: head/Mk/bsd.sanity.mk
==============================================================================
--- head/Mk/bsd.sanity.mk	Wed Mar 12 10:20:29 2014	(r347968)
+++ head/Mk/bsd.sanity.mk	Wed Mar 12 10:20:58 2014	(r347969)
@@ -185,5 +185,5 @@ DEV_WARNING+=	'USE_XZ is deprecated, ple
 .endif
 
 .if defined(USE_BZIP2)
-DEV_WARNING+=	'USE_XZ is deprecated, please use USES=tar:bzip2'
+DEV_WARNING+=	'USE_BZIP2 is deprecated, please use USES=tar:bzip2'
 .endif


More information about the svn-ports-head mailing list