aboutsummaryrefslogtreecommitdiff
path: root/mail/sylpheed
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2019-03-09 07:59:06 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2019-03-09 07:59:06 +0000
commitdcbf68fae08ce51586a92b53d629b83f784a22d7 (patch)
treefe0dd032d603e54ec6624151a5b48031bd5deb54 /mail/sylpheed
parent7b4477172cdb353bd628dd027d77972ccf49e745 (diff)
downloadports-dcbf68fae08ce51586a92b53d629b83f784a22d7.tar.gz
ports-dcbf68fae08ce51586a92b53d629b83f784a22d7.zip
- Fix packing list with DOCS=off
- Pacify portlint PR: 236388 Submitted by: fixer@bsdmail.com
Notes
Notes: svn path=/head/; revision=495103
Diffstat (limited to 'mail/sylpheed')
-rw-r--r--mail/sylpheed/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile
index e54376d20047..598c1462aa1e 100644
--- a/mail/sylpheed/Makefile
+++ b/mail/sylpheed/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sylpheed
PORTVERSION= 3.7.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= mail ipv6
MASTER_SITES= http://sylpheed.sraoss.jp/sylpheed/v${PORTVERSION:C/\.[^\.]*$//}/ \
LOCAL/ehaupt
@@ -21,8 +21,9 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
USES= gettext iconv gmake pkgconfig tar:bzip2 desktop-file-utils \
libtool
USE_GNOME= gtk20 cairo gdkpixbuf2
-GNU_CONFIGURE= yes
USE_LDCONFIG= yes
+
+GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
@@ -100,7 +101,7 @@ post-patch:
${WRKSRC}/src/Makefile.in
.if empty(PORT_OPTIONS:MDOCS)
- @${REINPLACE_CMD} -e 's|^SUBDIRS = ac libsylph src plugin po manual faq nsis$$|SUBDIRS = ac libsylph src plugin po nsis|g' \
+ @${REINPLACE_CMD} -e '/^SUBDIRS = /s/manual faq//' \
${WRKSRC}/Makefile.in
.else
.for i in ${MAKEFILES}