svn commit: r317550 - head/Mk/Uses
Baptiste Daroussin
bapt at FreeBSD.org
Mon May 6 21:34:58 UTC 2013
Author: bapt
Date: Mon May 6 21:34:57 2013
New Revision: 317550
URL: http://svnweb.freebsd.org/changeset/ports/317550
Log:
Fix failure when testing ncurses with pkg_install
PR: ports/178373
Reported by: Andrew Wright <ahamiltonwright at mta.ca>
Modified:
head/Mk/Uses/ncurses.mk
Modified: head/Mk/Uses/ncurses.mk
==============================================================================
--- head/Mk/Uses/ncurses.mk Mon May 6 21:22:44 2013 (r317549)
+++ head/Mk/Uses/ncurses.mk Mon May 6 21:34:57 2013 (r317550)
@@ -66,7 +66,7 @@ NCURSES_INSTALLED!= find "${PKG_DBDIR}/"
while read contents; do \
ncursesprefix=`grep "^@cwd " "$${contents}" | ${HEAD} -n 1`; \
if test "$${ncursesprefix}" = "@cwd ${LOCALBASE}" ; then \
- echo "$${contents}"; break; fi; done; ${ECHO_CMD}
+ echo "$${contents}"; break; fi; done
. endif
. endif
NCURSES_INSTALLED?=
More information about the svn-ports-head
mailing list