Opened 15 months ago

#66845 new defect

plotutils @2.6_5 does not install (register) its texinfo file in dir file

Reported by: ballapete (Peter "Pete" Dyballa) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.8.1
Keywords: Cc: snc@…
Port: plotutils

Description

sh-3.2# pushd /opt/local/share/info ; for INFO in *.info ; do INFO="`echo $INFO | awk -F. '{ print $1 }'`"; printf "»» $INFO: ";  if [ `grep "\($INFO\)" dir | wc -l` -gt 0 ] ; then echo OK ; else echo "** missing **" ; fi; done

reports

»» plotutils: ** missing **

All hints of plotutils are missing in dir file.

install-info plotutils.info dir

would do the job.

Change History (0)

Note: See TracTickets for help on using tickets.