diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-22 15:53:57 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-22 15:53:57 +0800 |
commit | 3c79066107e902e85a671a10d1abb24cb41ac7c8 (patch) | |
tree | 31505cec9bcc021a9ad43fe87dfa23597511e1cc | |
parent | 51384502f1b59e830fe234bd733a2acc94bc3429 (diff) | |
download | freebsd-ports-gnome-3c79066107e902e85a671a10d1abb24cb41ac7c8.tar.gz freebsd-ports-gnome-3c79066107e902e85a671a10d1abb24cb41ac7c8.tar.zst freebsd-ports-gnome-3c79066107e902e85a671a10d1abb24cb41ac7c8.zip |
Do not report directories in plist as orphans
With hat: portmgr
-rw-r--r-- | Mk/Scripts/check-stagedir.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mk/Scripts/check-stagedir.sh b/Mk/Scripts/check-stagedir.sh index 5bcc80ee244d..9bb010d8f7c7 100644 --- a/Mk/Scripts/check-stagedir.sh +++ b/Mk/Scripts/check-stagedir.sh @@ -62,7 +62,6 @@ parse_plist() { -e 's/@unexec[[:space:]]+(\/bin\/)?rmdir( -p)?[[:space:]]+//' \ -e 's/@dir(rm|rmtry)?[[:space:]]+//' \ -e 's/[[:space:]]+$//')" - continue case "$line" in /*) echo >&3 "${comment}${line%/}" ;; *) echo >&3 "${comment}${cwd}/${line%/}" ;; |