diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-13 16:54:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-01-13 16:54:55 +0000 |
commit | 9468432a48314313f7585654ac6db575a0b6648a (patch) | |
tree | 545ac8faaf58a17f5075028cc7de936c43e387a2 /japanese/font-ricty | |
parent | Consolidate duplicate openssh vuxml entries (diff) |
Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=431402
Diffstat (limited to 'japanese/font-ricty')
-rw-r--r-- | japanese/font-ricty/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/font-ricty/Makefile b/japanese/font-ricty/Makefile index 1af4b87fc190..679724ac7860 100644 --- a/japanese/font-ricty/Makefile +++ b/japanese/font-ricty/Makefile @@ -47,7 +47,7 @@ SUB_LIST+= DISCORD="" RICTY=\# .endif .if ${PORT_OPTIONS:MDISCORD} -RUN_DEPENDS+= ${DATADIR}/RictyDiscord-Regular.ttf:japanese/font-ricty-discord +RUN_DEPENDS+= ${LOCALBASE}/${DATADIR_REL}/RictyDiscord-Regular.ttf:japanese/font-ricty-discord .endif do-extract: |