diff -urN dovecot.orig/Portfile dovecot/Portfile
old
|
new
|
|
22 | 22 | } |
23 | 23 | variant rawlog { configure.args-append --with-rawlog } |
24 | 24 | variant ldap { configure.args-append --with-ldap } |
| 25 | |
| 26 | post-destroot { |
| 27 | xinstall -m 755 -d ${destroot}${prefix}/etc/rc.d |
| 28 | xinstall -m 755 -c ${portpath}/files/dovecot.sh ${destroot}${prefix}/etc/rc.d |
| 29 | reinplace "s|__PREFIX|${prefix}|g" \ |
| 30 | ${destroot}${prefix}/etc/rc.d/dovecot.sh |
| 31 | } |
diff -urN dovecot.orig/files/dovecot.sh dovecot/files/dovecot.sh
old
|
new
|
|
| 1 | #!/bin/sh |
| 2 | |
| 3 | __PREFIX/sbin/dovecot |