mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
8 lines
354 B
Plaintext
8 lines
354 B
Plaintext
bin/ckl
|
|
@unexec if cmp -s %D/etc/cloudkick.conf %D/etc/cloudkick.conf.sample; then rm -f %D/etc/cloudkick.conf; fi
|
|
etc/cloudkick.conf.sample
|
|
@exec if [ ! -f %D/etc/cloudkick.conf ]; then cp %B/%f %D/etc/cloudkick.conf; fi
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/webapp/ckl.cgi
|
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/webapp
|
|
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
|