mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
150086bb40
- Convert to optionsng PR: ports/171979 Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com> Approved by: beat (mentor) Feature safe: yes
8 lines
310 B
Plaintext
8 lines
310 B
Plaintext
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%%
|