blob: b856950ce29073431e2712fe9332e988a854a748 (
plain) (
blame)
1
2
3
4
5
6
7
|
bin/bcpp
@unexec if cmp -s %D/etc/bcpp.cfg %D/etc/bcpp.cfg.sample; then rm -f %D/etc/bcpp.cfg; fi
etc/bcpp.cfg.sample
@exec if [ ! -f %D/etc/bcpp.cfg ] ; then cp -p %D/etc/bcpp.cfg.sample %D/etc/bcpp.cfg; fi
%%PORTDOCS%%%%DOCSDIR%%/hirachy.txt
%%PORTDOCS%%%%DOCSDIR%%/manual.txt
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|