ports/sysutils/ntpstat/files/patch-Makefile
Cy Schubert 1d789ee10b sysutils/ntpstat: Add new port
ntpstat is a shell script which prints the ntpd or chronyd
synchronisation status, using the ntpq or chronyc program.
2022-05-20 09:04:39 -07:00

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: