diff options
Diffstat (limited to 'converters/i18ntools/Makefile')
-rw-r--r-- | converters/i18ntools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/i18ntools/Makefile b/converters/i18ntools/Makefile index b850dd2bc728..b07ebc5e55c5 100644 --- a/converters/i18ntools/Makefile +++ b/converters/i18ntools/Makefile @@ -13,8 +13,8 @@ COMMENT= Tools for the conversion to and from UTF-8 Unicode encoding LICENSE= BSD2CLAUSE -LIB_DEPENDS= libutf-8.so:${PORTSDIR}/converters/libutf-8 -RUN_DEPENDS= tuc:${PORTSDIR}/converters/tuc +LIB_DEPENDS= libutf-8.so:converters/libutf-8 +RUN_DEPENDS= tuc:converters/tuc DATADIR= ${PREFIX}/share/i18n DOCSDIR= ${PREFIX}/share/doc/i18n |