1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/sysutils/whowatch/files/patch-aa
Maxim Sobolev 671f8fd4d0 Initial import of whowatch - a small program which displays in real time info
about users currently logged in.

PR:		19229
Submitted by:	Daniel Harris <dannyboy@dannyboy.eyep.net>
2000-06-21 15:50:50 +00:00

14 lines
400 B
Plaintext

--- Makefile.in.orig Wed Jun 21 18:42:29 2000
+++ Makefile.in Wed Jun 21 18:42:36 2000
@@ -70,8 +70,8 @@
rm -rf ./*.o
rm -f whowatch
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
distclean:
make clean