diff options
author | mat <mat@FreeBSD.org> | 2017-01-14 00:54:55 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-01-14 00:54:55 +0800 |
commit | 7213ad9c4b6b590c338dd41e8ecbd08674020987 (patch) | |
tree | 545ac8faaf58a17f5075028cc7de936c43e387a2 /editors | |
parent | 280c6e4b964d25005485b5668428262f0a8f4ab4 (diff) | |
download | freebsd-ports-gnome-7213ad9c4b6b590c338dd41e8ecbd08674020987.tar.gz freebsd-ports-gnome-7213ad9c4b6b590c338dd41e8ecbd08674020987.tar.zst freebsd-ports-gnome-7213ad9c4b6b590c338dd41e8ecbd08674020987.zip |
Fix ports using PREFIX in their depends instead of LOCALBASE.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'editors')
-rw-r--r-- | editors/libreoffice-i18n/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/libreoffice-i18n/Makefile b/editors/libreoffice-i18n/Makefile index 9511deffeb63..77bd8f9f4fe9 100644 --- a/editors/libreoffice-i18n/Makefile +++ b/editors/libreoffice-i18n/Makefile @@ -38,7 +38,7 @@ OPTIONS_MULTI_LANG= ${LO_LANG_ALL:tu} OPTIONS_DEFAULT= ${LO_LANG_ALL:tu} .for lang in ${LO_LANG_ALL} -${lang}_DETECT?= ${PREFIX}/lib/${PORTNAME}/readmes/README_${lang:S/_/-/} +${lang}_DETECT?= ${LOCALBASE}/lib/${PORTNAME}/readmes/README_${lang:S/_/-/} ${lang}_NAME?= ${lang} ${lang:tu}_PORT?= editors/${PORTNAME}-${lang} ${lang:tu}_DESC= ${${lang}_NAME} localization data |