From 962c7d9f747549802c3cb57bfa429d5a274b587f Mon Sep 17 00:00:00 2001 From: dannyboy Date: Thu, 19 Apr 2001 02:18:38 +0000 Subject: Fix this port on -current. --- sysutils/whowatch/files/patch-aa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysutils/whowatch/files') diff --git a/sysutils/whowatch/files/patch-aa b/sysutils/whowatch/files/patch-aa index 053c3914337b..dd0f8649825f 100644 --- a/sysutils/whowatch/files/patch-aa +++ b/sysutils/whowatch/files/patch-aa @@ -6,8 +6,8 @@ install: whowatch - $(INSTALL) -m 755 whowatch $(bindir)/whowatch - $(INSTALL) -m 644 whowatch.1 $(mandir)/man1/whowatch.1 -+ $(BSD_INSTALL_PROGRAM) whowatch $(bindir)/whowatch -+ $(BSD_INSTALL_MAN) whowatch.1 $(mandir)/man1/whowatch.1 ++ $(INSTALL_PROGRAM) whowatch $(bindir)/whowatch ++ $(INSTALL_MAN) whowatch.1 $(mandir)/man1/whowatch.1 distclean: make clean -- cgit