diff --git a/lib/libutil++/Makefile b/lib/libutil++/Makefile index 56b64bbf358..2e7a614df80 100644 --- a/lib/libutil++/Makefile +++ b/lib/libutil++/Makefile @@ -11,6 +11,10 @@ MAN+= freebsd::FILE_up.3 \ freebsd::pidfile.3 \ freebsd::stringf.3 +.for page in ${MAN} +MANSRC.${page}= ${page:S/:/_/g} +.endfor + .include HAS_TESTS= diff --git a/lib/libutil++/freebsd::FILE_up.3 b/lib/libutil++/freebsd__FILE_up.3 similarity index 100% rename from lib/libutil++/freebsd::FILE_up.3 rename to lib/libutil++/freebsd__FILE_up.3 diff --git a/lib/libutil++/freebsd::addrinfo_up.3 b/lib/libutil++/freebsd__addrinfo_up.3 similarity index 100% rename from lib/libutil++/freebsd::addrinfo_up.3 rename to lib/libutil++/freebsd__addrinfo_up.3 diff --git a/lib/libutil++/freebsd::fd_up.3 b/lib/libutil++/freebsd__fd_up.3 similarity index 100% rename from lib/libutil++/freebsd::fd_up.3 rename to lib/libutil++/freebsd__fd_up.3 diff --git a/lib/libutil++/freebsd::malloc_up.3 b/lib/libutil++/freebsd__malloc_up.3 similarity index 100% rename from lib/libutil++/freebsd::malloc_up.3 rename to lib/libutil++/freebsd__malloc_up.3 diff --git a/lib/libutil++/freebsd::nvlist_up.3 b/lib/libutil++/freebsd__nvlist_up.3 similarity index 100% rename from lib/libutil++/freebsd::nvlist_up.3 rename to lib/libutil++/freebsd__nvlist_up.3 diff --git a/lib/libutil++/freebsd::pidfile.3 b/lib/libutil++/freebsd__pidfile.3 similarity index 100% rename from lib/libutil++/freebsd::pidfile.3 rename to lib/libutil++/freebsd__pidfile.3 diff --git a/lib/libutil++/freebsd::stringf.3 b/lib/libutil++/freebsd__stringf.3 similarity index 100% rename from lib/libutil++/freebsd::stringf.3 rename to lib/libutil++/freebsd__stringf.3