diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-01-23 21:55:46 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-01-23 21:55:46 +0000 |
commit | 797b6b5689e0475d08f6c67bfead77f524eb57ac (patch) | |
tree | 96d141bffe589a9c3838492ca8b5f8bdeaf0c701 /textproc/info2man/files/patch-info2pod | |
parent | - Update to 0.8.1.48 (diff) |
Add info2man: translate GNU info files into man pages.
Notes
Notes:
svn path=/head/; revision=127150
Diffstat (limited to 'textproc/info2man/files/patch-info2pod')
-rw-r--r-- | textproc/info2man/files/patch-info2pod | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/info2man/files/patch-info2pod b/textproc/info2man/files/patch-info2pod new file mode 100644 index 000000000000..7da050adb9f0 --- /dev/null +++ b/textproc/info2man/files/patch-info2pod @@ -0,0 +1,11 @@ +--- info2pod.orig Fri Apr 9 10:03:56 2004 ++++ info2pod Sat Jan 22 21:23:24 2005 +@@ -28,6 +28,8 @@ + + use strict qw(vars); + ++use lib '%%DATADIR%%/'; ++ + use cs::Misc; + use cs::Sink; + use cs::GNUInfo; |