aboutsummaryrefslogtreecommitdiff
path: root/print/texlive-base/files/patch-texk-gsftopk-Makefile.in
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-05-22 08:26:53 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-05-22 08:26:53 +0000
commitca9b293799adfe8b3c66357d077a188fdaf953b8 (patch)
treef19bea9d91024102e097cb3920429803b32a5f03 /print/texlive-base/files/patch-texk-gsftopk-Makefile.in
parent153dd8a22fdde23eca5f81d18b4705a92dab0e36 (diff)
downloadports-ca9b293799adfe8b3c66357d077a188fdaf953b8.tar.gz
ports-ca9b293799adfe8b3c66357d077a188fdaf953b8.zip
- Fix duplicated pkg-plist entries.
- Split off documentation to print/texlive-docs from print/texlive-texmf. The document part was 1.3GB (30k files). Now the size of texlive-texmf package is 557MB (this was 1.5GB before the split). - do-texhash, do-fmtutil, do-updmap targets now run after post-install.
Notes
Notes: svn path=/head/; revision=318747
Diffstat (limited to 'print/texlive-base/files/patch-texk-gsftopk-Makefile.in')
-rw-r--r--print/texlive-base/files/patch-texk-gsftopk-Makefile.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/print/texlive-base/files/patch-texk-gsftopk-Makefile.in b/print/texlive-base/files/patch-texk-gsftopk-Makefile.in
new file mode 100644
index 000000000000..0ca699a773a0
--- /dev/null
+++ b/print/texlive-base/files/patch-texk-gsftopk-Makefile.in
@@ -0,0 +1,30 @@
+--- texk/gsftopk/Makefile.in.orig 2013-05-22 14:05:21.000000000 +0900
++++ texk/gsftopk/Makefile.in 2013-05-22 14:06:17.000000000 +0900
+@@ -85,8 +85,7 @@
+ CONFIG_HEADER = c-auto.h
+ CONFIG_CLEAN_FILES =
+ CONFIG_CLEAN_VPATH_FILES =
+-am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" \
+- "$(DESTDIR)$(gsftopkpsheaderdir)"
++am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
+ PROGRAMS = $(bin_PROGRAMS)
+ am_gsftopk_OBJECTS = gsftopk.$(OBJEXT)
+ gsftopk_OBJECTS = $(am_gsftopk_OBJECTS)
+@@ -751,7 +750,7 @@
+ check: check-am
+ all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) c-auto.h
+ installdirs:
+- for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(gsftopkpsheaderdir)"; do \
++ for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
+ test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+ done
+ install: install-am
+@@ -808,7 +807,7 @@
+
+ info-am:
+
+-install-data-am: install-dist_gsftopkpsheaderDATA install-man
++install-data-am: install-man
+
+ install-dvi: install-dvi-am
+