diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-22 05:09:06 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-22 05:09:06 +0000 |
commit | 3b6469ee1377db4158545d08a024d41e21397ded (patch) | |
tree | 3d757ea04db3b79e1802e1b680cd32f94de37b95 /mail | |
parent | d459f32431d778ad5ee7571033560d31ee11cfab (diff) |
Notes
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 |