mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
26b4c8f71f
It seems a lot of reverse dependencies were missed With hat: portmgr
12 lines
301 B
Plaintext
12 lines
301 B
Plaintext
--- 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')
|