From owner-svn-doc-all@FreeBSD.ORG Mon Jul 29 14:31:16 2013 Return-Path: Delivered-To: svn-doc-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 ESMTP id 92939CE7; Mon, 29 Jul 2013 14:31:16 +0000 (UTC) (envelope-from bapt@FreeBSD.org) 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 655B62A05; Mon, 29 Jul 2013 14:31:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6TEVGPx014017; Mon, 29 Jul 2013 14:31:16 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6TEVGAQ014016; Mon, 29 Jul 2013 14:31:16 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201307291431.r6TEVGAQ014016@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 29 Jul 2013 14:31:16 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42467 - head/en_US.ISO8859-1/books/porters-handbook X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2013 14:31:16 -0000 Author: bapt (src,ports committer) Date: Mon Jul 29 14:31:15 2013 New Revision: 42467 URL: http://svnweb.freebsd.org/changeset/doc/42467 Log: Remove any reference to now non existing USE_IMAKE Approved by: gavin Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Jul 29 14:11:16 2013 (r42466) +++ head/en_US.ISO8859-1/books/porters-handbook/book.xml Mon Jul 29 14:31:15 2013 (r42467) @@ -136,7 +136,6 @@ COMMENT= Cat chasing a mouse all over th MAN1= oneko.1 MANCOMPRESSED= yes -USE_IMAKE= yes .include <bsd.port.mk> @@ -547,11 +546,6 @@ PLIST_DIRS= lib/X11/oneko - - If USE_IMAKE is set, - XMKMF (default: xmkmf - -a) is run. - @@ -4160,13 +4154,6 @@ MASTERDIR= ${.CURDIR}/../xdvi300 bsd.port.mk does not have to do anything special. - MANCOMPRESSED is automatically set to - yes if USE_IMAKE is set - and NO_INSTALL_MANPAGES is not set, and to - no otherwise. You do not have to - explicitly define it unless the default is not suitable for - your port. - If your port anchors its man tree somewhere other than PREFIX, you can use the MANPREFIX to set it. Also, if only @@ -16168,8 +16155,7 @@ Reference: <http://www.freebsd.org/po - If you have to define the variables - USE_IMAKE or + If you have to define the variable MASTERDIR, do so before including bsd.port.pre.mk.