mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
6 lines
178 B
Plaintext
6 lines
178 B
Plaintext
@unexec if cmp -s %D/etc/op.conf %D/etc/op.conf.sample; then rm -f %D/etc/op.conf; fi
|
|
etc/op.conf.sample
|
|
@exec [ -f %B/op.conf ] || cp %B/%f %B/op.conf
|
|
bin/op
|
|
@dirrmtry etc/op.d
|