diff options
author | matusita <matusita@FreeBSD.org> | 2006-05-21 02:09:07 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2006-05-21 02:09:07 +0800 |
commit | 2be367df23ba84dfd62c971648ec4445c62a5e0d (patch) | |
tree | ff52f6c34f131a4e4a1f035c1b830dbd0fc57057 /print/dvipdfmx/Makefile | |
parent | 79c338101bfdf95e465af034728613616bcc634e (diff) | |
download | freebsd-ports-gnome-2be367df23ba84dfd62c971648ec4445c62a5e0d.tar.gz freebsd-ports-gnome-2be367df23ba84dfd62c971648ec4445c62a5e0d.tar.zst freebsd-ports-gnome-2be367df23ba84dfd62c971648ec4445c62a5e0d.zip |
Put back dvipdfmx-specific CMap files that were missed in last update.
This fixes a bug on processing \special{} for PDF bookmark.
Submitted by: hrs
Diffstat (limited to 'print/dvipdfmx/Makefile')
-rw-r--r-- | print/dvipdfmx/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/dvipdfmx/Makefile b/print/dvipdfmx/Makefile index 2ff8fa15cd8b..f70cf52988cf 100644 --- a/print/dvipdfmx/Makefile +++ b/print/dvipdfmx/Makefile @@ -7,7 +7,7 @@ PORTNAME= dvipdfmx PORTVERSION= 20050831 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://project.ktug.or.kr/dvipdfmx/snapshot/current/ DIST_SUBDIR= dvipdfmx @@ -48,6 +48,8 @@ post-install: ${LOCALBASE}/${FONTMAPDIR}/cid-x.map ${LN} -s -f ${ADOBECMAPDIR} \ ${LOCALBASE}/${FONTCMAPDIR}/adobe-cmaps - ${MKTEXLSR} + ${LN} -s -f ${PREFIX}/${DVIPDFMDIR}/CMap \ + ${LOCALBASE}/${FONTCMAPDIR}/ + ${MKTEXLSR} ${PREFIX}/${TEXMFDIR} .include <bsd.port.mk> |