diff options
author | matusita <matusita@FreeBSD.org> | 2004-10-28 00:02:37 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2004-10-28 00:02:37 +0800 |
commit | fa7f5d69a2f82e939c0b1821b732c820da5d3502 (patch) | |
tree | 61e434f802eab79096cee216c9d76ede66fe067a /print | |
parent | c5f85f28becc9c95783a5f1562ef5ba836e11c56 (diff) | |
download | freebsd-ports-gnome-fa7f5d69a2f82e939c0b1821b732c820da5d3502.tar.gz freebsd-ports-gnome-fa7f5d69a2f82e939c0b1821b732c820da5d3502.tar.zst freebsd-ports-gnome-fa7f5d69a2f82e939c0b1821b732c820da5d3502.zip |
Change Adobe CMap directory path to match current print/adobe-cmaps.
Submitted by: Masumi Toyoshima, masumi.is.env.kitakyu-u.ac.jp
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 |