mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix typo
Differential Revision: https://reviews.freebsd.org/D17263 Approved by: bapt (portmgr)
This commit is contained in:
parent
028d8fdff3
commit
6dd23db065
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480421
1 changed files with 1 additions and 1 deletions
|
@ -905,7 +905,7 @@ flavors()
|
|||
pkgnames=$(make -C "${CURDIR}" flavors-package-names|sort)
|
||||
uniques=$(echo "${pkgnames}"|uniq)
|
||||
if [ "$pkgnames" != "${uniques}" ]; then
|
||||
err "Package names are not uniques with flavors:"
|
||||
err "Package names are not unique with flavors:"
|
||||
make -C "${CURDIR}" pretty-flavors-package-names >&2
|
||||
err "maybe use <flavor>_PKGNAMEPREFIX/SUFFIX".
|
||||
rc=1
|
||||
|
|
Loading…
Add table
Reference in a new issue