svn commit: r480426 - head/Mk

Adam Weinberger adamw at FreeBSD.org
Sat Sep 22 18:08:13 UTC 2018


Author: adamw
Date: Sat Sep 22 18:08:12 2018
New Revision: 480426
URL: https://svnweb.freebsd.org/changeset/ports/480426

Log:
  A missed word led to accidentally recommending a deprecated construct.
  
  Thanks to sunpoet for pointing me toward what it meant to say.

Modified:
  head/Mk/bsd.sanity.mk

Modified: head/Mk/bsd.sanity.mk
==============================================================================
--- head/Mk/bsd.sanity.mk	Sat Sep 22 18:00:24 2018	(r480425)
+++ head/Mk/bsd.sanity.mk	Sat Sep 22 18:08:12 2018	(r480426)
@@ -187,7 +187,7 @@ SANITY_NOTNEEDED=	CMAKE_NINJA WX_UNICODE USE_KDEBASE_V
 
 .for a in 1 2 3 4 5 6 7 8 9 L N
 SANITY_DEPRECATED+=	MAN${a}
-MAN${a}_ALT=		it more, obsoleted by staging
+MAN${a}_ALT=		pkg-plist to list manpages
 .endfor
 
 USE_AUTOTOOLS_ALT=	USES=autoreconf and GNU_CONFIGURE=yes


More information about the svn-ports-all mailing list