ports/chinese/sunpinyin/files/patch-man_SConscript
Mathieu Arnold 43d4db24b0 Fix man pages generation with Perl 5.24+
While there, run make makepatch.

PR:		213810
Sponsored by:	Absolight
2016-11-03 13:30:20 +00:00

11 lines
301 B
Text

--- man/SConscript.orig 2014-11-14 14:17:48 UTC
+++ man/SConscript
@@ -1,7 +1,7 @@
import os
Import('env')
-pod2man = Builder(action = 'pod2man < $SOURCE > $TARGET')
+pod2man = Builder(action = 'pod2man $SOURCE $TARGET')
env.Append(BUILDERS = {'Man': pod2man})
env.Man('mmseg.1', 'mmseg.pod')