aboutsummaryrefslogtreecommitdiffstats
path: root/mail/sylpheed-claws/Makefile
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-07-24 04:34:47 +0800
committerpat <pat@FreeBSD.org>2002-07-24 04:34:47 +0800
commit45971483e90141daafc9d5e77f4c5c4fb38ffb94 (patch)
treed2d0f47e5e189c341e444cc0dfeb3c2d12f79122 /mail/sylpheed-claws/Makefile
parent490b02e64b8799c00b177ecd7ba332db92af61d9 (diff)
downloadfreebsd-ports-gnome-45971483e90141daafc9d5e77f4c5c4fb38ffb94.tar.gz
freebsd-ports-gnome-45971483e90141daafc9d5e77f4c5c4fb38ffb94.tar.zst
freebsd-ports-gnome-45971483e90141daafc9d5e77f4c5c4fb38ffb94.zip
Update to 0.8.0
PR: ports/40931 Submitted by: maintainer
Diffstat (limited to 'mail/sylpheed-claws/Makefile')
-rw-r--r--mail/sylpheed-claws/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile
index 54b83d30bc0d..0b630119cbd9 100644
--- a/mail/sylpheed-claws/Makefile
+++ b/mail/sylpheed-claws/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sylpheed-claws
-PORTVERSION= 0.7.8
+PORTVERSION= 0.8.0
CATEGORIES= mail news ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= sylpheed-claws
@@ -29,6 +29,8 @@ USE_LIBTOOL= yes
USE_GTK= yes
USE_REINPLACE= yes
+MAN1= sylpheed-claws.1
+
CONFIGURE_ARGS= --program-suffix="-claws" --enable-ipv6
CONFIGURE_ENV= CFLAGS="${CFLAGS}" CPPFLAGS="-I${LOCALBASE}/include" \
@@ -107,7 +109,7 @@ post-extract:
post-patch:
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" \
${WRKSRC}/tools/README.sylprint ${WRKSRC}/tools/sylprint.pl
- @${REINPLACE_CMD} -e "s|po intl libkcc|po libkcc|" ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e "s|po intl src|po src|" ${WRKSRC}/Makefile.in
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e 's|src manual faq tools|src tools|' ${WRKSRC}/Makefile.in
.endif
@@ -117,7 +119,7 @@ pre-build:
post-install:
.if !defined(NOPORTDOCS)
-.for i in NEWS README README.jp README.claws ReleaseNotes.claws TODO TODO.jp tools/README.sylprint
+.for i in NEWS README README.jp README.claws RELEASE_NOTES.claws TODO TODO.jp tools/README.sylprint
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
@${INSTALL_DATA} ${WRKSRC}/tools/README ${DOCSDIR}/README.tools