mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
a8bc914871
Uwatch gives notifications when all, or selected users login and logout of the system. It can also give the time, port, and calling host of the login. PR: 14687 Submitted by: James Howard <howardjp@wam.umd.edu>
11 lines
218 B
Plaintext
11 lines
218 B
Plaintext
--- Makefile.orig Wed Nov 3 10:43:26 1999
|
|
+++ Makefile Wed Nov 3 10:44:11 1999
|
|
@@ -1,3 +1,7 @@
|
|
+DESTDIR= ${PREFIX}
|
|
+BINDIR= /bin
|
|
+MANDIR= /man/man
|
|
+
|
|
PROG= uwatch
|
|
CFLAGS= -Wall
|
|
|