mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 01:20:31 -04:00
ntpstat is a shell script which prints the ntpd or chronyd synchronisation status, using the ntpq or chronyc program.
13 lines
318 B
Text
13 lines
318 B
Text
--- Makefile.orig 2020-06-11 03:31:47.000000000 -0700
|
|
+++ Makefile 2022-05-20 08:47:56.467564000 -0700
|
|
@@ -1,8 +1,8 @@
|
|
NAME = ntpstat
|
|
|
|
-prefix = /usr/local
|
|
+prefix = $(STAGEDIR)/$(PREFIX)
|
|
bindir = $(prefix)/bin
|
|
-mandir = $(prefix)/share/man
|
|
+mandir = $(STAGEDIR)/$(MAN1PREFIX)/man
|
|
man1dir = $(mandir)/man1
|
|
|
|
all:
|