mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
7 lines
251 B
Plaintext
7 lines
251 B
Plaintext
@unexec if cmp -s %D/etc/exim/configure %D/etc/exim/configure.default; then rm -f %D/etc/exim/configure; fi
|
|
etc/exim/configure.default
|
|
@exec [ -f %B/configure ] || cp %B/%f %B/configure
|
|
@unexec rmdir %B 2>/dev/null || true
|
|
sbin/eximon
|
|
sbin/eximon.bin
|