mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
Fix do-install target and plist to install manpages in share/man Reorder and format Makefile to make linter happy
15 lines
359 B
Groff
15 lines
359 B
Groff
--- leapsecs.3.orig Fri Jun 16 22:44:24 2000 UTC
|
|
+++ leapsecs.3
|
|
@@ -52,10 +52,10 @@
|
|
|
|
.B leapsecs_read
|
|
reads the leap-second table from
|
|
-.BR /etc/leapsecs.dat .
|
|
+.BR %%PREFIX%%/etc/leapsecs.dat .
|
|
It returns 0 on success, -1 on error.
|
|
If
|
|
-.B /etc/leapsecs.dat
|
|
+.B %%PREFIX%%/etc/leapsecs.dat
|
|
does not exist,
|
|
.B leapsecs_read
|
|
treats it as an empty file.
|