From owner-svn-doc-head@freebsd.org Wed Sep 9 13:02:18 2015 Return-Path: Delivered-To: svn-doc-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47922A01EC3; Wed, 9 Sep 2015 13:02:18 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3795F1ACC; Wed, 9 Sep 2015 13:02:18 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t89D2Ied092677; Wed, 9 Sep 2015 13:02:18 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t89D2Im3092676; Wed, 9 Sep 2015 13:02:18 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201509091302.t89D2Im3092676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Wed, 9 Sep 2015 13:02:18 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r47396 - head/en_US.ISO8859-1/books/porters-handbook/makefiles X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the doc tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2015 13:02:18 -0000 Author: mat Date: Wed Sep 9 13:02:17 2015 New Revision: 47396 URL: https://svnweb.freebsd.org/changeset/doc/47396 Log: Correct indentation, translators can ignore. Sponsored by: Absolight Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Wed Sep 9 13:02:06 2015 (r47395) +++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Wed Sep 9 13:02:17 2015 (r47396) @@ -2747,8 +2747,8 @@ MASTER_SITE_SUBDIR= directory-trial:1 di SourceForge (SF)? This has been simplified as much as possible. See - . + . @@ -2759,8 +2759,8 @@ MASTER_SITE_SUBDIR= directory-trial:1 di MASTER_SITES= http://site1/ SF/something/1.0:sourceforge,TEST DISTFILES= something.tar.gz:sourceforge - something.tar.gz will be - fetched from all sites within SourceForge. + something.tar.gz will be + fetched from all sites within SourceForge. @@ -3291,13 +3291,13 @@ ALWAYS_KEEP_DISTFILES= yes BUILD_DEPENDS= ${MY_DEPENDS} RUN_DEPENDS= ${MY_DEPENDS} - - Do not use := - to assign BUILD_DEPENDS to - RUN_DEPENDS or vice-versa. All - variables are expanded immediately, which is exactly the - wrong thing to do and almost always a failure. - + + Do not use := + to assign BUILD_DEPENDS to + RUN_DEPENDS or vice-versa. All + variables are expanded immediately, which is exactly the + wrong thing to do and almost always a failure. + @@ -4527,23 +4527,23 @@ BIN3_BUILD= no - When option OPT is - selected, the value of - OPT_DEPTYPE, - if defined, is appended to - DEPTYPE. - OPT_DEPTYPE_OFF - works the same, but when OPT is - not - selected. For example: + When option OPT is + selected, the value of + OPT_DEPTYPE, + if defined, is appended to + DEPTYPE. + OPT_DEPTYPE_OFF + works the same, but when OPT is + not + selected. For example: - OPTIONS_DEFINE= OPT1 + OPTIONS_DEFINE= OPT1 OPT1_LIB_DEPENDS= liba.so:${PORTSDIR}/devel/a OPT1_LIB_DEPENDS_OFF= libb.so:${PORTSDIR}/devel/b - is equivalent to: + is equivalent to: - OPTIONS_DEFINE= OPT1 + OPTIONS_DEFINE= OPT1 .include <bsd.port.options.mk> @@ -4704,17 +4704,17 @@ LIB_DEPENDS+= libb.so:${PORTSDIR}/devel/ - When option OPT is - selected, the value of - OPT_ABOVEVARIABLE, - if defined, is appended to - ABOVEVARIABLE. - OPT_ABOVEVARIABLE_OFF - works the same way, but when OPT is - not - selected. For example: + When option OPT is + selected, the value of + OPT_ABOVEVARIABLE, + if defined, is appended to + ABOVEVARIABLE. + OPT_ABOVEVARIABLE_OFF + works the same way, but when OPT is + not + selected. For example: - OPTIONS_DEFINE= OPT1 + OPTIONS_DEFINE= OPT1 OPT1_USES= gmake OPT1_CFLAGS_OFF= -DTEST @@ -4869,16 +4869,16 @@ DOCS_ALL_TARGET= doc - When option OPT is - selected, the target - TARGET-OPT-on, - if defined, is executed after - TARGET. - TARGET-OPT-off - works the same way, but when OPT is - not selected. For example: + When option OPT is + selected, the target + TARGET-OPT-on, + if defined, is executed after + TARGET. + TARGET-OPT-off + works the same way, but when OPT is + not selected. For example: - OPTIONS_DEFINE= OPT1 + OPTIONS_DEFINE= OPT1 post-patch-OPT1-on: @${REINPLACE_CMD} -e '/opt1/d' ${WRKSRC}/Makefile