diff options
Diffstat (limited to 'mail/elm+ME/Makefile')
| -rw-r--r-- | mail/elm+ME/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/elm+ME/Makefile b/mail/elm+ME/Makefile index 959800614be5..dfd35221a01e 100644 --- a/mail/elm+ME/Makefile +++ b/mail/elm+ME/Makefile @@ -7,6 +7,7 @@ PORTNAME= elm+ME PORTVERSION= 2.4.88 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= mail DISTNAME= ${PORTNAME:S/+ME//}-${PORTVERSION:R}ME+${PORTVERSION:E} @@ -71,14 +72,16 @@ MIMETYPES= elm.mimetypes # will probably be fixed in the next release, for instance, fake a patch. # the alternative would be to disable this option in pre-configure script. post-patch: - @${PERL} -pi.bsd -e 's,setgid,setegid,' ${WRKSRC}/lib/localmbx.c + @${PERL} -pi.fbsd -e 's,setgid,setegid,' \ + ${WRKSRC}/lib/localmbx.c \ + ${WRKSRC}/src/init.c ${WRKSRC}/src/lock.c # # Post-configure # post-configure: - @${PERL} -pi.bsd -e 's,/usr/local,${PREFIX},' ${WRKSRC}/nls/LANGS + @${PERL} -pi.fbsd -e 's,/usr/local,${PREFIX},' ${WRKSRC}/nls/LANGS # # Post-install |
