diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-06-20 13:18:47 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-06-20 13:18:47 +0800 |
commit | 90bb3bb85bb5cb5e5cf73f1d3f3c3e3aa59de340 (patch) | |
tree | fb7be52c90388cc199d8ebd86a8f6cae2397e0cf /mail/squirrelmail | |
parent | 90d2845df1288b2b85054a2d943c357832faac06 (diff) | |
download | freebsd-ports-gnome-90bb3bb85bb5cb5e5cf73f1d3f3c3e3aa59de340.tar.gz freebsd-ports-gnome-90bb3bb85bb5cb5e5cf73f1d3f3c3e3aa59de340.tar.zst freebsd-ports-gnome-90bb3bb85bb5cb5e5cf73f1d3f3c3e3aa59de340.zip |
- Fix builtin fortune plugin for FreeBSD
- Bump PORTREVISION
PR: ports/124630
Diffstat (limited to 'mail/squirrelmail')
-rw-r--r-- | mail/squirrelmail/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index fac3a1404000..b2d12663d72f 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -62,7 +62,10 @@ post-patch: .endif @${REINPLACE_CMD} -e 's|ispell|${LOCALBASE}/bin/ispell|g' \ ${WRKSRC}/plugins/squirrelspell/sqspell_config.php - @${RM} ${WRKSRC}/plugins/squirrelspell/sqspell_config.php.bak + @${REINPLACE_CMD} -e 's|/usr/bin/fortune|/usr/games/fortune|g' \ + ${WRKSRC}/plugins/fortune/fortune_functions.php + @${RM} ${WRKSRC}/plugins/squirrelspell/sqspell_config.php.bak \ + ${WRKSRC}/plugins/fortune/fortune_functions.php.bak # Rearrange the documentation do-build: |