Date: Tue, 26 Feb 2019 18:54:42 +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: r493977 - head/Mk Message-ID: <201902261854.x1QIsg5J097240@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Feb 26 18:54:42 2019 New Revision: 493977 URL: https://svnweb.freebsd.org/changeset/ports/493977 Log: Minor fixes Differential Revision: https://reviews.freebsd.org/D19360 Submitted by: sunpoet (myself) Approved by: portmgr (bapt) Modified: head/Mk/bsd.port.mk Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Tue Feb 26 18:26:46 2019 (r493976) +++ head/Mk/bsd.port.mk Tue Feb 26 18:54:42 2019 (r493977) @@ -4582,7 +4582,7 @@ check-man: stage .endif # Compress all manpage not already compressed which are not hardlinks -# Find all manpages which are not compressed and are hadlinks, and only get the list of inodes concerned, for each of them compress the first one found and recreate the hardlinks for the others +# Find all manpages which are not compressed and are hardlinks, and only get the list of inodes concerned, for each of them compress the first one found and recreate the hardlinks for the others # Fixes all dead symlinks left by the previous round .if !target(compress-man) compress-man: @@ -5011,7 +5011,7 @@ showconfig: check-config .if !target(showconfig-recursive) showconfig-recursive: - @${ECHO_MSG} "===> The following configuration options are available for ${PKGNAME} and dependencies"; + @${ECHO_MSG} "===> The following configuration options are available for ${PKGNAME} and its dependencies"; @recursive_cmd="showconfig"; \ recursive_dirs="${.CURDIR} $$(${ALL-DEPENDS-FLAVORS-LIST})"; \ ${_FLAVOR_RECURSIVE_SH} @@ -5038,7 +5038,7 @@ rmconfig: .if !target(rmconfig-recursive) rmconfig-recursive: - @${ECHO_MSG} "===> Removing user-specified options for ${PKGNAME} and dependencies"; + @${ECHO_MSG} "===> Removing user-specified options for ${PKGNAME} and its dependencies"; @recursive_cmd="rmconfig"; \ recursive_dirs="${.CURDIR} $$(${ALL-DEPENDS-FLAVORS-LIST})"; \ ${_FLAVOR_RECURSIVE_SH}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902261854.x1QIsg5J097240>