diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2004-10-27 16:02:37 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2004-10-27 16:02:37 +0000 |
commit | 0395bedb60d9ea9381e3de4246ae985d4333a4d2 (patch) | |
tree | ea17e684b56b782099ff85e77845dd442252289f /print | |
parent | Fix build on 4-stable (diff) |
Change Adobe CMap directory path to match current print/adobe-cmaps.
Submitted by: Masumi Toyoshima, masumi.is.env.kitakyu-u.ac.jp
Notes
Notes:
svn path=/head/; revision=120322
Diffstat (limited to 'print')
-rw-r--r-- | print/dvipdfmx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/dvipdfmx/Makefile b/print/dvipdfmx/Makefile index fbd4cb75c128..4832f28b9e5f 100644 --- a/print/dvipdfmx/Makefile +++ b/print/dvipdfmx/Makefile @@ -7,6 +7,7 @@ PORTNAME= dvipdfmx PORTVERSION= 20040411 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://project.ktug.or.kr/dvipdfmx/snapshot/current/ @@ -30,7 +31,7 @@ PLIST_SUB= TEXMFLOCAL=${TEXMFLOCAL} \ TEXMFLOCAL= share/texmf-local MKTEXLSR= ${LOCALBASE}/bin/mktexlsr DVIPDFMCMAPDIR= ${LOCALBASE}/${TEXMFLOCAL}/dvipdfm/CMap -ADOBECMAPDIR= ${LOCALBASE}/share/fonts/adobe-cmaps +ADOBECMAPDIR= ${LOCALBASE}/share/ghostscript/Resource post-install: ${LN} -s -f ${ADOBECMAPDIR} ${DVIPDFMCMAPDIR}/adobe-cmaps |