mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
75a39de023
- minor cleanups. PR: 62912 Submitted by: Hsin-Hsiung Chang <sexbear@tmu.edu.tw> Reviewed by: Hsin-Hsiung Chang <sexbear@tmu.edu.tw>
5 lines
216 B
Plaintext
5 lines
216 B
Plaintext
@unexec if cmp -s %D/etc/mailmgr.conf %D/etc/mailmgr.conf.default; then rm -f %D/etc/mailmgr.conf; fi
|
|
etc/mailmgr.conf.default
|
|
@exec if [ ! -f %D/etc/mailmgr.conf ] ; then cp -p %D/%F %B/mailmgr.conf; fi
|
|
bin/mailmgr
|