[Bug 220214] Try to handle man files for USE_PYTHON=concurrent
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Jul 5 14:39:51 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220214
--- Comment #2 from Fukang Chen <loader at FreeBSD.org> ---
Created attachment 184080
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=184080&action=edit
minor update
example:
UNIQUE_SUFFIX_TYPES+= SUFFIX_MAN
UNIQUE_SUFFIX_MAN_FILES= man/man1/command.1 man/man3/lib.3
UNIQUE_SUFFIX_MAN_WITH_EXT= .[1-9]
they would be renamed to
man/man1/command${UNIQUE_SUFFIX}.1
man/man3/lib${UNIQUE_SUFFIX}.3
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-python
mailing list