Lines 43-49
Link Here
|
43 |
post-patch: |
43 |
post-patch: |
44 |
@${GREP} -rlF '/etc/sogo' ${WRKSRC} \ |
44 |
@${GREP} -rlF '/etc/sogo' ${WRKSRC} \ |
45 |
| ${XARGS} ${REINPLACE_CMD} 's#/etc/sogo#${PREFIX}/etc/sogo#g' |
45 |
| ${XARGS} ${REINPLACE_CMD} 's#/etc/sogo#${PREFIX}/etc/sogo#g' |
46 |
@${REINPLACE_CMD} -e 's|/usr/|/usr/local/|g' ${WRKSRC}/Apache/SOGo.conf |
46 |
@${REINPLACE_CMD} -e 's|/usr/lib/GNUstep/|/usr/local/GNUstep/Local/Library/|g' ${WRKSRC}/Apache/SOGo.conf |
47 |
|
47 |
|
48 |
post-patch-ACTIVESYNC-on: |
48 |
post-patch-ACTIVESYNC-on: |
49 |
@${REINPLACE_CMD} -e 's/Tools/Tools ActiveSync/' ${WRKSRC}/GNUmakefile |
49 |
@${REINPLACE_CMD} -e 's/Tools/Tools ActiveSync/' ${WRKSRC}/GNUmakefile |