From 1d5b371ed7df7b61069e7970f0f616d9c717b846 Mon Sep 17 00:00:00 2001
From: espie <espie@openbsd.org>
Date: Wed, 16 Nov 2011 22:59:42 +0000
Subject: [PATCH] a second FULLPATH=Yes needed

---
 infrastructure/bin/out-of-date | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/infrastructure/bin/out-of-date b/infrastructure/bin/out-of-date
index 50e7985d7e2..3db9ddb94ea 100755
--- a/infrastructure/bin/out-of-date
+++ b/infrastructure/bin/out-of-date
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $OpenBSD: out-of-date,v 1.2 2011/11/16 22:57:54 espie Exp $
+# $OpenBSD: out-of-date,v 1.3 2011/11/16 22:59:42 espie Exp $
 #
 # Copyright (c) 2005 Bernd Ahlers <bernd@openbsd.org>
 #
@@ -41,7 +41,7 @@ sub collect_installed
 		my $plist = OpenBSD::PackingList->from_installation($name,
 		    \&OpenBSD::PackingList::UpdateInfoOnly);
 		if (!defined $plist or !defined $plist->{extrainfo}->{subdir}) {
-			$state->errsay("Package #1has no valid packing-list", 
+			$state->errsay("Package #1 has no valid packing-list", 
 			    $name);
 			return;
 		}
@@ -94,7 +94,7 @@ sub collect_port_versions
 	}
 
 	my $cmd = "cd $portsdir && SUBDIR=\"".join(' ', @subdirs)
-	    ."\" REPORT_PROBLEM=true make ".'show=FULLPKGNAME\${SUBPACKAGE} '
+	    ."\" FULLPATH=Yes REPORT_PROBLEM=true make ".'show=FULLPKGNAME\${SUBPACKAGE} '
 	    ."2>&1 |";
 
 	my $port  = {};