freebsd-ports/misc/ytree/pkg-plist
Jimmy Olgeni 40002f5911 Unbreak: add proper handling of configuration file.
PR:		ports/108674
Submitted by:	rafan
2007-02-03 22:07:09 +00:00

9 lines
277 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
%%DOCSDIR%%/CHANGES
%%DOCSDIR%%/README
%%DOCSDIR%%/THANKS
@dirrm %%DOCSDIR%%