From owner-svn-ports-all@FreeBSD.ORG Wed Feb 12 14:43:11 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2DE80961; Wed, 12 Feb 2014 14:43:11 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 16F8C1A05; Wed, 12 Feb 2014 14:43:11 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1CEhA5J033386; Wed, 12 Feb 2014 14:43:10 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1CEhA5Y033385; Wed, 12 Feb 2014 14:43:10 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201402121443.s1CEhA5Y033385@svn.freebsd.org> From: Dmitry Marakasov Date: Wed, 12 Feb 2014 14:43:10 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r343926 - head/sysutils/fusefs-ntfs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Feb 2014 14:43:11 -0000 Author: amdmi3 Date: Wed Feb 12 14:43:10 2014 New Revision: 343926 URL: http://svnweb.freebsd.org/changeset/ports/343926 QAT: https://qat.redports.org/buildarchive/r343926/ Log: - Add DOCS option Modified: head/sysutils/fusefs-ntfs/Makefile Modified: head/sysutils/fusefs-ntfs/Makefile ============================================================================== --- head/sysutils/fusefs-ntfs/Makefile Wed Feb 12 14:39:28 2014 (r343925) +++ head/sysutils/fusefs-ntfs/Makefile Wed Feb 12 14:43:10 2014 (r343926) @@ -24,7 +24,7 @@ CONFIGURE_ARGS= --exec-prefix=${PREFIX} CPPFLAGS+= -I${WRKSRC}/include/ntfs-3g/ -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -OPTIONS_DEFINE= LOCK UBLIO +OPTIONS_DEFINE= LOCK UBLIO DOCS OPTIONS_DEFAULT=LOCK UBLIO LOCK_DESC= Lock the device when mounting (avoids access) UBLIO_DESC= Enable user space cache for improved speed @@ -51,14 +51,8 @@ post-patch: ${WRKSRC}/libntfs-3g/security.c @${REINPLACE_CMD} -e 's|\($$(AM_CFLAGS)\) \(-I$$(top_srcdir)/include/ntfs-3g\)|\2 \1|' \ ${WRKSRC}/libntfs-3g/Makefile.in -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -Ee 's|^(install-data-am:) .*|\1|' \ - ${WRKSRC}/Makefile.in -.endif post-install: -.if !defined(NOPORTDOCS) - ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${STAGEDIR}${DOCSDIR} -.endif + ${INSTALL_DATA} ${FILESDIR}/README.FreeBSD ${STAGEDIR}${DOCSDIR}/ .include