Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Jul 2015 22:19:37 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r392541 - head/Mk/Scripts
Message-ID:  <201507192219.t6JMJbhv002164@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jul 19 22:19:37 2015
New Revision: 392541
URL: https://svnweb.freebsd.org/changeset/ports/392541

Log:
  Fix path of libedit

Modified:
  head/Mk/Scripts/qa.sh

Modified: head/Mk/Scripts/qa.sh
==============================================================================
--- head/Mk/Scripts/qa.sh	Sun Jul 19 22:17:30 2015	(r392540)
+++ head/Mk/Scripts/qa.sh	Sun Jul 19 22:19:37 2015	(r392541)
@@ -103,7 +103,7 @@ baselibs() {
 			err "Bad linking on ${f} please add USES=libarchive"
 			rc=1
 			;;
-		/usr/lib/libedit*)
+		/lib/libedit*)
 			err "Bad linking on ${f} please add USES=libedit"
 			rc=1
 			;;



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