Date: Fri, 5 Feb 2016 17:30:30 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408236 - head/sysutils/whowatch Message-ID: <201602051730.u15HUUhV092186@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Feb 5 17:30:30 2016 New Revision: 408236 URL: https://svnweb.freebsd.org/changeset/ports/408236 Log: Unbreak Modified: head/sysutils/whowatch/Makefile Modified: head/sysutils/whowatch/Makefile ============================================================================== --- head/sysutils/whowatch/Makefile Fri Feb 5 17:27:22 2016 (r408235) +++ head/sysutils/whowatch/Makefile Fri Feb 5 17:30:30 2016 (r408236) @@ -21,6 +21,6 @@ PLIST_FILES= bin/whowatch man/man1/${POR pre-patch: @${FIND} ${WRKSRC} -name 'proc????.c' | ${XARGS} ${REINPLACE_CMD} -E \ - -e 's/kp_.?proc\.._/kp_/ ; s/pcred\.p_//' + -e 's/kp_.?proc\.._/ki_/ ; s/pcred\.p_//' .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602051730.u15HUUhV092186>