mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
dd6797b1a8
Noticed by: QA Tindy
9 lines
325 B
Plaintext
9 lines
325 B
Plaintext
bin/ytree
|
|
@unexec if cmp -s %D/etc/ytree.conf.sample %D/etc/ytree.conf; then rm -f %D/etc/ytree.conf; fi
|
|
etc/ytree.conf.sample
|
|
@exec if [ ! -f %D/etc/ytree.conf ] ; then cp -p %D/%F %B/ytree.conf; fi
|
|
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/THANKS
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|