1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

sysutils/ntpstat: Fix build

Fixes:		f1f3b1f4eb
This commit is contained in:
Cy Schubert 2024-01-11 08:24:47 -08:00
parent e60e7d6b24
commit 40e201bdf0
2 changed files with 10 additions and 1 deletions

View File

@ -20,7 +20,7 @@ SHEBANG_FILES= ntpstat
USE_GITHUB= yes
GH_ACCOUNT= mlichvar
MAKE_ARGS= prefix="${STAGEDIR}${PREFIX}" mandir="${STAGEDIR}${PREFIX}/share"
MAKE_ARGS= prefix="${STAGEDIR}${PREFIX}"
NO_BUILD= yes
NO_ARCH= yes

View File

@ -0,0 +1,9 @@
--- Makefile.orig 2020-06-11 03:31:47.000000000 -0700
+++ Makefile 2024-01-11 08:21:31.317545000 -0800
@@ -1,6 +1,5 @@
NAME = ntpstat
-prefix = /usr/local
bindir = $(prefix)/bin
mandir = $(prefix)/share/man
man1dir = $(mandir)/man1