mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
- print/texlive-infra was renamed with print/texlive-tlmgr. Note that currently tlmgr(1) does not work because of lack of TLPDB. This will be fixed. - Lua libraries used in LuaTeX are separated into devel/tex-libtexlua and devel/texlibtexluajit. USE_TEX supports them via keywords "texlua" and "texluajit". - libsynctex is currently installed by devel/tex-web2c. This will be separated into a single port. - Add graphics/libpotrace and use installed libpotrace and libharfbuzz.
30 lines
1,023 B
Text
30 lines
1,023 B
Text
--- texk/gsftopk/Makefile.in.orig 2015-03-12 14:42:02 UTC
|
|
+++ texk/gsftopk/Makefile.in
|
|
@@ -112,8 +112,7 @@ mkinstalldirs = $(install_sh) -d
|
|
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)
|
|
@@ -818,7 +817,7 @@ check-am: all-am
|
|
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
|
|
@@ -875,7 +874,7 @@ info: info-am
|
|
|
|
info-am:
|
|
|
|
-install-data-am: install-dist_gsftopkpsheaderDATA install-man
|
|
+install-data-am: install-man
|
|
|
|
install-dvi: install-dvi-am
|
|
|