mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
Fix plist.
Submitted by: pav
This commit is contained in:
parent
46cf8c3608
commit
fce5fb8da6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193556
1 changed files with 2 additions and 2 deletions
|
@ -51,5 +51,5 @@ etc/exim/configure.default
|
|||
%%SA_EXIM%%@unexec if cmp -s %D/etc/exim/sa-exim.conf %D/etc/exim/sa-exim.conf.default; then rm -f %D/etc/exim/sa-exim.conf; fi
|
||||
%%SA_EXIM%%etc/exim/sa-exim.conf.default
|
||||
%%SA_EXIM%%@exec [ -f %B/sa-exim.conf ] || cp %B/%f %B/sa-exim.conf
|
||||
@dirrmtry %B
|
||||
@dirrmtry %%LOGDIR%%
|
||||
@unexec rmdir %B 2> /dev/null || true
|
||||
@unexec rmdir %%LOGDIR%% 2> /dev/null || true
|
||||
|
|
Loading…
Add table
Reference in a new issue