mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
671f8fd4d0
about users currently logged in. PR: 19229 Submitted by: Daniel Harris <dannyboy@dannyboy.eyep.net>
14 lines
400 B
Plaintext
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
|