diff options
author | hrs <hrs@FreeBSD.org> | 2011-12-14 02:42:53 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2011-12-14 02:42:53 +0800 |
commit | 5ecb2e6d058b424aef63a87ea116f9eb1d07e864 (patch) | |
tree | 2587757bf1db77a541dbaccc970bff5d5d856731 /korean | |
parent | 56c546c55e4797884a6369576e392e6b9e7b1756 (diff) | |
download | freebsd-ports-gnome-5ecb2e6d058b424aef63a87ea116f9eb1d07e864.tar.gz freebsd-ports-gnome-5ecb2e6d058b424aef63a87ea116f9eb1d07e864.tar.zst freebsd-ports-gnome-5ecb2e6d058b424aef63a87ea116f9eb1d07e864.zip |
Fix FONTSDIR.
Reported by: pav
Diffstat (limited to 'korean')
-rw-r--r-- | korean/xpdf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/xpdf/Makefile b/korean/xpdf/Makefile index cb45d096505c..7c7bd18f8edd 100644 --- a/korean/xpdf/Makefile +++ b/korean/xpdf/Makefile @@ -7,7 +7,7 @@ PORTNAME= xpdf PORTVERSION= 3.02 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= korean MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ PKGNAMESUFFIX= -kofont @@ -27,7 +27,7 @@ SUB_LIST= ADOBECMAPDIR=${ADOBECMAPDIR} \ PLIST_SUB= EXTRARC=${EXTRARC} DATADIR= ${PREFIX}/share/xpdf -FONTSDIR= ${LOCALBASE}/lib/X11/fonts/TrueType +FONTSDIR= ${LOCALBASE}/lib/X11/fonts/unfonts-core EXTRARC= ${DATADIR}/korean/dot.xpdfrc ADOBECMAPDIR= ${LOCALBASE}/share/fonts/adobe-cmaps INSTALL_FILES= Adobe-Korea1.cidToUnicode ISO-2022-KR.unicodeMap \ |