diff options
-rw-r--r-- | mail/squirrelmail-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/squirrelmail-devel/Makefile b/mail/squirrelmail-devel/Makefile index e1d2ca1cd15f..772d93fdb73f 100644 --- a/mail/squirrelmail-devel/Makefile +++ b/mail/squirrelmail-devel/Makefile @@ -53,6 +53,7 @@ post-patch: .ifndef PATCH_DEBUG @${RM} -f ${WRKSRC}/config/config_default.php.orig .endif + @${FIND} ${WRKSRC} -name '*.orig' -delete @${REINPLACE_CMD} -e 's|ispell|${LOCALBASE}/bin/ispell|g' \ ${WRKSRC}/plugins/squirrelspell/sqspell_config.php @${RM} ${WRKSRC}/plugins/squirrelspell/sqspell_config.php.bak |