diff options
Diffstat (limited to 'mail/claws-mail/Makefile')
-rw-r--r-- | mail/claws-mail/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/claws-mail/Makefile b/mail/claws-mail/Makefile index fe395ca..fb43089 100644 --- a/mail/claws-mail/Makefile +++ b/mail/claws-mail/Makefile @@ -6,8 +6,7 @@ # PORTNAME= claws-mail -PORTVERSION= 3.4.0 -PORTREVISION= 2 +PORTVERSION= 3.5.0 CATEGORIES= mail news ipv6 MASTER_SITES= SF MASTER_SITE_SUBDIR= sylpheed-claws @@ -191,13 +190,10 @@ post-patch: @${REINPLACE_CMD} -e "s:-Wno-unused-function::" ${WRKSRC}/src/Makefile.in @for f in `${FIND} ${WRKSRC}/tools -type f -print`; do \ ${REINPLACE_CMD} -e "s|/usr/bin/perl|${PERL}|" $$f; done -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e 's|src manual faq tools|src tools|' ${WRKSRC}/Makefile.in -.endif post-install: .if !defined(NOPORTDOCS) -.for i in NEWS README RELEASE_NOTES TODO +.for i in NEWS RELEASE_NOTES README TODO @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor @${INSTALL_DATA} ${WRKSRC}/tools/README ${DOCSDIR}/README.tools |