diff options
author | Daniel Harris <dannyboy@FreeBSD.org> | 2001-04-28 01:40:26 +0000 |
---|---|---|
committer | Daniel Harris <dannyboy@FreeBSD.org> | 2001-04-28 01:40:26 +0000 |
commit | f0d20428a964c45ee05786b133dad11a5053dd08 (patch) | |
tree | dbc2418e75a5e56b1a876317e1fe96352e03b059 /sysutils | |
parent | This patch corrects a newline bogon in the "mdel" command usage help. (diff) |
Fix stupid mistake. I swear it worked here.
Notes
Notes:
svn path=/head/; revision=41983
Diffstat (limited to 'sysutils')
-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 dd0f8649825f..053c3914337b 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 |