Date: Sat, 9 Mar 2019 07:59:07 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495103 - head/mail/sylpheed Message-ID: <201903090759.x297x7mG069309@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Sat Mar 9 07:59:06 2019 New Revision: 495103 URL: https://svnweb.freebsd.org/changeset/ports/495103 Log: - Fix packing list with DOCS=off - Pacify portlint PR: 236388 Submitted by: fixer@bsdmail.com Modified: head/mail/sylpheed/Makefile Modified: head/mail/sylpheed/Makefile ============================================================================== --- head/mail/sylpheed/Makefile Sat Mar 9 07:43:21 2019 (r495102) +++ head/mail/sylpheed/Makefile Sat Mar 9 07:59:06 2019 (r495103) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903090759.x297x7mG069309>