From dcbf68fae08ce51586a92b53d629b83f784a22d7 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Sat, 9 Mar 2019 07:59:06 +0000 Subject: [PATCH] - Fix packing list with DOCS=off - Pacify portlint PR: 236388 Submitted by: fixer@bsdmail.com --- mail/sylpheed/Makefile | 7 ++++--- 1 file 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}