diff options
-rw-r--r-- | sysutils/whowatch/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/whowatch/files/patch-aa b/sysutils/whowatch/files/patch-aa index dd0f864..053c391 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 -+ $(INSTALL_PROGRAM) whowatch $(bindir)/whowatch -+ $(INSTALL_MAN) whowatch.1 $(mandir)/man1/whowatch.1 ++ $(BSD_INSTALL_PROGRAM) whowatch $(bindir)/whowatch ++ $(BSD_INSTALL_MAN) whowatch.1 $(mandir)/man1/whowatch.1 distclean: make clean |