svn commit: r304152 - head/Mk
Bryan Drewery
bdrewery at FreeBSD.org
Wed Sep 12 16:25:44 UTC 2012
Author: bdrewery
Date: Wed Sep 12 16:25:43 2012
New Revision: 304152
URL: http://svn.freebsd.org/changeset/ports/304152
Log:
- Fix warning when running pkg2ng
PR: ports/171326
Submitted by: bdrewery
Approved by: beat (portmgr) after exp-run
Modified:
head/Mk/bsd.ncurses.mk
Modified: head/Mk/bsd.ncurses.mk
==============================================================================
--- head/Mk/bsd.ncurses.mk Wed Sep 12 15:40:26 2012 (r304151)
+++ head/Mk/bsd.ncurses.mk Wed Sep 12 16:25:43 2012 (r304152)
@@ -63,7 +63,7 @@ PKGARGS= -c ${DESTDIR}
.else
PKGARGS=
.endif
-NCURSES_INSTALLED!= ${PKG_BIN} ${PKGARGS} which -qo ${LOCALBASE}/lib/libncurses.so
+NCURSES_INSTALLED!= ${PKG_BIN} ${PKGARGS} which -qo ${LOCALBASE}/lib/libncurses.so || :
.else
NCURSES_INSTALLED!= find "${PKG_DBDIR}/" -type f -name "+CONTENTS" -print0 | \
xargs -0 grep -l "^lib/libncurses.so." | \
More information about the svn-ports-head
mailing list