[Bug 199113] japanese/font-ricty: install creates fonts.dir in cwd
    bugzilla-noreply at freebsd.org 
    bugzilla-noreply at freebsd.org
       
    Thu Apr  2 12:03:41 UTC 2015
    
    
  
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199113
            Bug ID: 199113
           Summary: japanese/font-ricty: install creates fonts.dir in cwd
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: hiroto.kagotani at gmail.com
                CC: meta+ports at vmeta.jp
                CC: meta+ports at vmeta.jp
             Flags: maintainer-feedback?(meta+ports at vmeta.jp)
When I run make install, it shows an error message at the end:
# make install
===>  Installing for ja-font-ricty-3.2.4_2
===>   ja-font-ricty-3.2.4_2 depends on executable: fc-cache - found
===>   ja-font-ricty-3.2.4_2 depends on file:
/usr/local/share/ricty/RictyDiscord-Regular.ttf - found
===>   ja-font-ricty-3.2.4_2 depends on executable: fc-cache - found
===>   ja-font-ricty-3.2.4_2 depends on executable: mkfontdir - found
===>   ja-font-ricty-3.2.4_2 depends on executable: mkfontscale - found
===>  Checking if ja-font-ricty already installed
===>   Registering installation for ja-font-ricty-3.2.4_2
Installing ja-font-ricty-3.2.4_2...
cd: %%X_FONTSDIR%%/TTF: No such file or directory
And "fonts.dir" is created in the current working directory:
# ls -l
total 28
-rw-r--r--  1 root  wheel  3176 Mar 22 08:43 Makefile
-rw-r--r--  1 root  wheel   130 Feb  1 01:48 distinfo
drwxr-xr-x  2 root  wheel   512 Mar 24 15:36 files
-rw-r--r--  1 root  wheel  3878 Apr  2 20:56 fonts.dir
-rw-r--r--  1 root  wheel   135 Jan 23  2014 pkg-descr
-rw-r--r--  1 root  wheel   764 Mar 22 08:43 pkg-plist
drwxr-xr-x  5 root  wheel   512 Apr  2 20:56 work
Since "/usr/local/share/fonts/TTF/fonts.dir" seems to be successfully updated,
"pkg-install.in" may be unnecessary.
-- 
You are receiving this mail because:
You are the assignee for the bug.
    
    
More information about the freebsd-ports-bugs
mailing list