diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2006-02-20 20:39:52 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2006-02-20 20:39:52 +0000 |
commit | 4e47f32dc776fad7798dd92ffe16f43d5e76c5f5 (patch) | |
tree | 1d50f965bddcd512cbf1cbd12c8f35fa7ee97ed0 /print/dvipdfmx/files/patch-data-Makefile.in | |
parent | - Remove ak12.tar.Z and use print/adobe-cmaps instead. (diff) |
- Update to 20050831.
- Use TEXMFDIR instead of TEXMFLOCALDIR because teTeX-3 has
share/texmf-dist for files in the original distribution
and uses share/texmf directory, not share/texmf-local,
for other additional files now.
- Add cid-x.map which has been removed from the original distribution.
Approved by: matusita (maintainer)
Notes
Notes:
svn path=/head/; revision=156532
Diffstat (limited to 'print/dvipdfmx/files/patch-data-Makefile.in')
-rw-r--r-- | print/dvipdfmx/files/patch-data-Makefile.in | 27 |
1 files changed, 18 insertions, 9 deletions
diff --git a/print/dvipdfmx/files/patch-data-Makefile.in b/print/dvipdfmx/files/patch-data-Makefile.in index 9bb881d1f5a5..efb0710d204d 100644 --- a/print/dvipdfmx/files/patch-data-Makefile.in +++ b/print/dvipdfmx/files/patch-data-Makefile.in @@ -1,11 +1,20 @@ ---- data/Makefile.in.orig Mon Jun 7 21:31:01 2004 -+++ data/Makefile.in Mon Jun 7 21:31:24 2004 -@@ -61,7 +61,7 @@ - PACKAGE = @PACKAGE@ - VERSION = @VERSION@ - +--- data/Makefile.in.orig Mon Jun 27 20:57:15 2005 ++++ data/Makefile.in Mon Nov 28 23:59:39 2005 +@@ -57,7 +57,7 @@ + pkgdataDATA_INSTALL = $(INSTALL_DATA) + DATA = $(pkgdata_DATA) + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) -pkgdatadir = $(datadir)/texmf/dvipdfm +pkgdatadir = $(datadir)/dvipdfm - pkgdata_DATA = CMap config - DIST_COMMON = Makefile.in $(pkgdata_DATA) - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + ACLOCAL = @ACLOCAL@ + AMDEP_FALSE = @AMDEP_FALSE@ + AMDEP_TRUE = @AMDEP_TRUE@ +@@ -135,7 +135,7 @@ + sharedstatedir = @sharedstatedir@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ +-pkgdata_DATA = CMap config ++pkgdata_DATA = config + EXTRA_DIST = $(pkgdata_DATA) + all: all-am + |