Opened 15 years ago

Closed 14 years ago

#21050 closed defect (fixed)

gdbm: installs manpage and info file outside of destroot

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: digdog@…
Priority: Normal Milestone:
Component: ports Version: 1.8.0
Keywords: Cc: blb@…
Port: gdbm

Description

gdbm installs ${prefix}/share/man/man3/gdbm.3 and ${prefix}/share/info/gdbm.info outside of the destroot, so they are not registered to the port, and the manpage is not compressed.

Attachments (1)

gdbm.diff (392 bytes) - added by blb@… 15 years ago.
diff to Portfile

Download all attachments as: .zip

Change History (4)

comment:1 Changed 15 years ago by nerdling (Jeremy Lavergne)

These are the ./configure arguments to set:

  --infodir=DIR          info documentation
  --mandir=DIR           man documentation

comment:2 Changed 15 years ago by blb@…

Cc: blb@… added

Attached is the simple way to fix it.

Changed 15 years ago by blb@…

Attachment: gdbm.diff added

diff to Portfile

comment:3 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

Thanks for the tip, Bryan! I committed a fix based on your suggestion in r60840.

Note: See TracTickets for help on using tickets.