mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
81a573d7c6
PR: 90892 Submitted by: Angel Carpintero <ack@telefonica.net>
12 lines
398 B
Plaintext
12 lines
398 B
Plaintext
bin/motion
|
|
@unexec if cmp -s %D/etc/motion.conf %D/etc/motion.conf.sample; then rm -f %D/etc/motion.conf; fi
|
|
etc/motion.conf.sample
|
|
@exec [ -f %B/motion.conf ] || cp %B/%f %B/motion.conf
|
|
%%EXAMPLESDIR%%/motion-dist.conf
|
|
%%EXAMPLESDIR%%/motion.init-FreeBSD.sh
|
|
%%EXAMPLESDIR%%/thread1.conf
|
|
%%EXAMPLESDIR%%/thread2.conf
|
|
%%EXAMPLESDIR%%/thread3.conf
|
|
%%EXAMPLESDIR%%/thread4.conf
|
|
@dirrm %%EXAMPLESDIR%%
|