svn commit: r222446 - projects/portbuild/scripts

Florent Thoumie flz at FreeBSD.org
Sun May 29 10:49:34 UTC 2011


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' ' ')


More information about the svn-src-projects mailing list