mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
- Fix check-plist showing @sample dest files as orphans and also showing in
makeplist. Reported by: droso With hat: portmgr
This commit is contained in:
parent
eaa514f0d3
commit
2387ec96ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354246
@ -64,11 +64,18 @@ parse_plist() {
|
||||
esac
|
||||
;;
|
||||
# Handle [file] Keywords
|
||||
@info\ *|@sample\ *)
|
||||
@info\ *)
|
||||
set -- $line
|
||||
shift
|
||||
echo "${comment}${cwd}/$@"
|
||||
;;
|
||||
@sample\ *)
|
||||
set -- $line
|
||||
shift
|
||||
# Ignore the actual file if it is in stagedir
|
||||
echo "@comment ${cwd}/${@%.sample}"
|
||||
echo "${comment}${cwd}/$@"
|
||||
;;
|
||||
# Handle [dirrmty] Keywords
|
||||
@fc\ *|@fcfontsdir\ *|@fontsdir\ *)
|
||||
set -- $line
|
||||
|
Loading…
Reference in New Issue
Block a user