Skip to content

Commit 1595031

Browse files
committed
libutil++: Rename manpage source files to avoid colons
To permit checking the sources out on systems such as Windows with more restrictive file name requirements, rename the manpage source files to replace colons with underscrores. Use MANSRC.foo to point <bsd.man.mk> at the new source file names. Reviewed by: ivy Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D51794
1 parent 65f60d7 commit 1595031

File tree

8 files changed

+4
-0
lines changed

8 files changed

+4
-0
lines changed

lib/libutil++/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ MAN+= freebsd::FILE_up.3 \
1111
freebsd::pidfile.3 \
1212
freebsd::stringf.3
1313

14+
.for page in ${MAN}
15+
MANSRC.${page}= ${page:S/:/_/g}
16+
.endfor
17+
1418
.include <src.opts.mk>
1519

1620
HAS_TESTS=
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)