Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 May 2011 10:49:33 +0000 (UTC)
From:      Florent Thoumie <flz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r222446 - projects/portbuild/scripts
Message-ID:  <201105291049.p4TAnXE0026753@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: flz
Date: Sun May 29 10:49:33 2011
New Revision: 222446
URL: http://svn.freebsd.org/changeset/base/222446

Log:
  Set INDEX_PORTS=. by default, rather than an empty value.

Modified:
  projects/portbuild/scripts/makeindex

Modified: projects/portbuild/scripts/makeindex
==============================================================================
--- projects/portbuild/scripts/makeindex	Sun May 29 07:44:24 2011	(r222445)
+++ projects/portbuild/scripts/makeindex	Sun May 29 10:49:33 2011	(r222446)
@@ -48,6 +48,7 @@ unset DISPLAY
 # Don't pick up installed packages from the host
 export LOCALBASE=/nonexistentlocal
 
+INDEX_PORTS=.
 if [ -n "$target" ]; then
   if [ -f "$target" ]; then
     INDEX_PORTS=$(cat $target | tr '\n' ' ')



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105291049.p4TAnXE0026753>