Fix warnings from portlint -A.
PR: ports/97316 (without ytree.conf in pkg-plist) Submitted by: Martin Wilke <freebsd(at)unixfreunde.de>
This commit is contained in:
parent
e47806287c
commit
6e3f9bdd99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=165797
1 changed files with 4 additions and 6 deletions
|
@ -1,8 +1,6 @@
|
|||
bin/ytree
|
||||
@unexec if cmp -s %D/etc/ytree.conf %D/etc/ytree.conf.sample; then rm -f %D/etc/ytree.conf; fi
|
||||
etc/ytree.conf.sample
|
||||
@exec [ -f %B/ytree.conf ] || cp %B/%f %B/ytree.conf
|
||||
%%PORTDOCS%%share/doc/ytree/CHANGES
|
||||
%%PORTDOCS%%share/doc/ytree/README
|
||||
%%PORTDOCS%%share/doc/ytree/THANKS
|
||||
%%PORTDOCS%%@dirrm share/doc/ytree
|
||||
%%DOCSDIR%%/CHANGES
|
||||
%%DOCSDIR%%/README
|
||||
%%DOCSDIR%%/THANKS
|
||||
@dirrm %%DOCSDIR%%
|
||||
|
|
Loading…
Reference in a new issue