Minor fixes
Differential Revision: https://reviews.freebsd.org/D19360 Submitted by: sunpoet (myself) Approved by: portmgr (bapt)
This commit is contained in:
parent
25c8d2b3f4
commit
7c4d62b13a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493977
1 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue