From owner-cvs-all@FreeBSD.ORG Mon Jul 23 09:53:38 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 582CD16A418; Mon, 23 Jul 2007 09:53:38 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.freebsd.org (Postfix) with ESMTP id 07DD113C467; Mon, 23 Jul 2007 09:53:37 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from acrux.dbai.tuwien.ac.at (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 5BEDE3912A; Mon, 23 Jul 2007 11:53:35 +0200 (CEST) Received: by acrux.dbai.tuwien.ac.at (Postfix, from userid 1203) id BE5B31A7C7; Mon, 23 Jul 2007 11:53:37 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by acrux.dbai.tuwien.ac.at (Postfix) with ESMTP id AEED91A7C6; Mon, 23 Jul 2007 11:53:37 +0200 (CEST) Date: Mon, 23 Jul 2007 11:53:37 +0200 (CEST) From: Gerald Pfeifer To: Rong-En Fan In-Reply-To: <200707230936.l6N9aq25036484@repoman.freebsd.org> Message-ID: References: <200707230936.l6N9aq25036484@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/Mk bsd.gnome.mk bsd.port.mk bsd.xorg.mk ports/archivers/dpkg Makefile ports/archivers/gtar Makefile ports/archivers/gzip Makefile ports/archivers/libarchive Makefile ports/astro/starplot Makefile ports/astro/tclgeomap Makefile ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jul 2007 09:53:38 -0000 On Mon, 23 Jul 2007, Rong-En Fan wrote: > Log: > - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script > supports them. This is determined by running ``configure --help'' in > do-configure target and set the shell variable _LATE_CONFIGURE_ARGS > which is then passed to CONFIGURE_ARGS. > - Remove --mandir and --infodir in ports' Makefile where applicable > Few ports use REINPLACE_CMD to achieve the same effect, remove them too. > - Correct some manual pages location from PREFIX/man to MANPREFIX/man > - Define INFO_PATH where necessary > - Document that .info files are installed in a subdirectory relative to > PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and > subdirectory detection. Cool stuff, and a very nice round of cleanups and simplifications! Thanks! Gerald