diff options
author | rafan <rafan@FreeBSD.org> | 2007-03-22 13:09:06 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-03-22 13:09:06 +0800 |
commit | 53b1a4740d778a694786905aa42c6539fe6a59e5 (patch) | |
tree | bb423348558cad8ecd977aa1896b0d038476befa /mail | |
parent | 47914207377662490f638b8b68283b911897d3c6 (diff) | |
download | freebsd-ports-gnome-53b1a4740d778a694786905aa42c6539fe6a59e5.tar.gz freebsd-ports-gnome-53b1a4740d778a694786905aa42c6539fe6a59e5.tar.zst freebsd-ports-gnome-53b1a4740d778a694786905aa42c6539fe6a59e5.zip |
- Fix build after last update
Reported by: pointyhat via kris
Diffstat (limited to 'mail')
-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 |