diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-06-20 05:18:47 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2008-06-20 05:18:47 +0000 |
commit | cd96b1a7ecfc3e0cca6a1db4df7c6907a5821d30 (patch) | |
tree | 978fa4786da996798e33fa8109fde6201e1e1fea /mail/squirrelmail | |
parent | 15c2a293142b3daf6b22f636f1801bb656b948d2 (diff) |
- Fix builtin fortune plugin for FreeBSD
- Bump PORTREVISION
PR: ports/124630
Notes
Notes:
svn path=/head/; revision=215315
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: |