aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2016-02-06 01:30:30 +0800
committerantoine <antoine@FreeBSD.org>2016-02-06 01:30:30 +0800
commitd082bee9e6e1419a53a1355f8851ff8b64e00219 (patch)
tree83cb8bb5c5531e192a47e2f890f335e74e7bf164 /sysutils
parent33462c312edba9249f545eeda3e223c289bcfaa8 (diff)
downloadfreebsd-ports-gnome-d082bee9e6e1419a53a1355f8851ff8b64e00219.tar.gz
freebsd-ports-gnome-d082bee9e6e1419a53a1355f8851ff8b64e00219.tar.zst
freebsd-ports-gnome-d082bee9e6e1419a53a1355f8851ff8b64e00219.zip
Unbreak
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/whowatch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/whowatch/Makefile b/sysutils/whowatch/Makefile
index 33d6651de12e..a52bbff380ec 100644
--- a/sysutils/whowatch/Makefile
+++ b/sysutils/whowatch/Makefile
@@ -21,6 +21,6 @@ PLIST_FILES= bin/whowatch man/man1/${PORTNAME}.1.gz
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>