diff options
author | bapt <bapt@FreeBSD.org> | 2016-05-26 02:46:58 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-05-26 02:46:58 +0800 |
commit | d776d6868e7cae6c4c18b9ecc37d3521149fe38e (patch) | |
tree | 019ebcf325c96b7614b21e98df24cb1d1a4e828c /Mk/Scripts | |
parent | 41a5fd132a9065ce60c579b5f907be72c2f2dd8d (diff) | |
download | freebsd-ports-gnome-d776d6868e7cae6c4c18b9ecc37d3521149fe38e.tar.gz freebsd-ports-gnome-d776d6868e7cae6c4c18b9ecc37d3521149fe38e.tar.zst freebsd-ports-gnome-d776d6868e7cae6c4c18b9ecc37d3521149fe38e.zip |
Fix make check-plist with new @xmlcatmgr keyword
Diffstat (limited to 'Mk/Scripts')
-rw-r--r-- | Mk/Scripts/functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Scripts/functions.sh b/Mk/Scripts/functions.sh index 2df4d37607d5..1aa1e8f5118c 100644 --- a/Mk/Scripts/functions.sh +++ b/Mk/Scripts/functions.sh @@ -71,7 +71,7 @@ parse_plist() { esac ;; # Handle [file] Keywords - @info\ *|@shell\ *) + @info\ *|@shell\ *|@xmlcatmgr\ *) set -- $line shift case "$@" in |