Landry Breuil writes: > CVSROOT: /cvs > Module name: ports > Changes by: [email protected] 2015/07/20 08:45:37 > > Modified files: > geo/gdal : Makefile > geo/gdal/pkg : PLIST-main PLIST-python > > Log message: > Install the damn manpages provided in the tarball, with a hint from > upstream.. there's some rendering issues with .TH but at least it's > better than no manpage for now.
The issue is that the manpage header got pasted in twice. Notice how the following is repeated: .TH "gdalinfo" 1 "Sun Jun 14 2015" "GDAL" \" -*- nroff -*- .ad l .nh .SH NAME gdalinfo \- Just delete the first copy (everything from the beginning of the document to the second .TH) and the manpage will be fine. That's a change that should be pushed upstream. This manpage appears to be written by hand, not generated from anything. -- Anthony J. Bentley
