<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body text="#333333" bgcolor="#FFFFFF">
    <br>
    On 9/28/20 14:58 , Christoph Kukulies wrote:<br>
    <blockquote
      cite="mid:FBF6D5F9-C447-45E6-8315-92FD2C05871D@kukulies.org"
      type="cite">locate doing wildcards or not, * matches somthing and
      . also, anyway:
      <div class=""><br class="">
      </div>
      <div class="">
        <div style="margin: 0px; font-stretch: normal; line-height:
          normal; font-family: Courier; color: rgb(119, 97, 0);
          background-color: rgb(187, 255, 220);" class=""><span
            style="font-variant-ligatures: no-common-ligatures" class="">$
            locate <a moz-do-not-send="true" href="http://heic.la"
              class="">heic.la</a></span></div>
        <div style="margin: 0px; font-stretch: normal; line-height:
          normal; font-family: Courier; color: rgb(119, 97, 0);
          background-color: rgb(187, 255, 220);" class=""><span
            style="font-variant-ligatures: no-common-ligatures" class="">$</span></div>
        <div class=""><br class="Apple-interchange-newline">
        </div>
        <div>There is no </div>
        <div><br class="">
        </div>
        <div>
          <div style="margin: 0px; font-stretch: normal; font-size:
            11px; line-height: normal; font-family: Menlo; color: rgb(0,
            0, 0);" class=""><span style="font-variant-ligatures:
              no-common-ligatures" class="">$ ls 
              /opt/local/lib/ImageMagick-6.9.11</span></div>
          <div style="margin: 0px; font-stretch: normal; font-size:
            11px; line-height: normal; font-family: Menlo; color: rgb(0,
            0, 0);" class=""><span style="font-variant-ligatures:
              no-common-ligatures" class="">ls:
              /opt/local/lib/ImageMagick-6.9.11: No such file or
              directory</span></div>
          <div style="margin: 0px; font-stretch: normal; font-size:
            11px; line-height: normal; font-family: Menlo; color: rgb(0,
            0, 0);" class=""><span style="font-variant-ligatures:
              no-common-ligatures" class="">$ </span></div>
          <div class=""><span style="font-variant-ligatures:
              no-common-ligatures" class=""><br class="">
            </span></div>
          <div class=""><span style="font-variant-ligatures:
              no-common-ligatures" class="">—</span></div>
          <div class=""><span style="font-variant-ligatures:
              no-common-ligatures" class="">Christoph</span></div>
        </div>
      </div>
    </blockquote>
    <br>
    Try using `port content'. If the progam is installed, it'll show you
    where the files are located (incase you have another prefix):
    <pre><pre>$ grep heic <(port content ImageMagick)
  /opt/local/lib/ImageMagick-6.9.11/modules-Q16/coders/heic.la
  /opt/local/lib/ImageMagick-6.9.11/modules-Q16/coders/heic.so</pre></pre>
    <p>// If the program isn't installed, `port content' will tell you
      that.<br>
    </p>
    <br>
  </body>
</html>