Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Nov 2018 07:58:52 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484589 - head/Mk/Uses
Message-ID:  <201811100758.wAA7wqth052228@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Nov 10 07:58:52 2018
New Revision: 484589
URL: https://svnweb.freebsd.org/changeset/ports/484589

Log:
  Fix typo
  
  Differential Revision:	https://reviews.freebsd.org/D17924
  Approved by:	bapt (portmgr)

Modified:
  head/Mk/Uses/pear.mk

Modified: head/Mk/Uses/pear.mk
==============================================================================
--- head/Mk/Uses/pear.mk	Sat Nov 10 07:58:44 2018	(r484588)
+++ head/Mk/Uses/pear.mk	Sat Nov 10 07:58:52 2018	(r484589)
@@ -20,7 +20,7 @@ _valid_pear_ARGS=		env
 # Sanity check
 .  for arg in ${pear_ARGS}
 .    if empty(_valid_pear_ARGS:M${arg})
-IGNORE=	Incorrect 'USES+= pear:${cmake_ARGS}' usage: argument [${arg}] is not recognized
+IGNORE=	Incorrect 'USES+= pear:${pear_ARGS}' usage: argument [${arg}] is not recognized
 .    endif
 .  endfor
 



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