svn commit: r408059 - head/sysutils/whowatch

John Marino marino at FreeBSD.org
Thu Feb 4 17:24:15 UTC 2016


Author: marino
Date: Thu Feb  4 17:24:14 2016
New Revision: 408059
URL: https://svnweb.freebsd.org/changeset/ports/408059

Log:
  sysutils/whowatch: document ncurses requirement (USES+=ncurses)

Modified:
  head/sysutils/whowatch/Makefile

Modified: head/sysutils/whowatch/Makefile
==============================================================================
--- head/sysutils/whowatch/Makefile	Thu Feb  4 17:22:15 2016	(r408058)
+++ head/sysutils/whowatch/Makefile	Thu Feb  4 17:24:14 2016	(r408059)
@@ -14,12 +14,13 @@ COMMENT=	Displays information in real ti
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		ncurses
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/whowatch man/man1/${PORTNAME}.1.gz
 
 pre-patch:
 	@${FIND} ${WRKSRC} -name 'proc????.c' | ${XARGS} ${REINPLACE_CMD} -E \
-		-e 's/kp_.?proc\.._/ki_/ ; s/pcred\.p_//'
+		-e 's/kp_.?proc\.._/kp_/ ; s/pcred\.p_//'
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list