mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
parent
e60e7d6b24
commit
40e201bdf0
@ -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
|
||||
|
||||
|
9
sysutils/ntpstat/files/patch-Makefile
Normal file
9
sysutils/ntpstat/files/patch-Makefile
Normal 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
|
Loading…
Reference in New Issue
Block a user