1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/japanese/jtex209-both/files/patch-ab
Satoshi Asami 1f0164aa5b Japanese tex/latex. Builds both NTT and ASCII (no, not the American
character code, this one is a Japanese publisher) versions.  Many
files from this port (including the Makefile, hence the "?=" in
DISTNAME) are used for jtex209-ntt an jtex209-ascii ports.

Submitted by:	mita@jp.FreeBSD.org
1996-11-11 08:42:48 +00:00

117 lines
3.4 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

*** jtex-1.52/Makefile.in.orig Mon Jan 31 18:18:21 1994
--- jtex-1.52/Makefile.in Sat Jun 1 13:06:16 1996
***************
*** 8,20 ****
# match the system directories in the paths you defined in `site.h'.
prefix = /usr/local
bindir = $(prefix)/bin
! datadir = $(prefix)/lib
texdatadir = $(datadir)/tex
! texpooldir = $(texdatadir)
texinputdir = $(texdatadir)/macros
texfontdir = $(texdatadir)/fonts
! formatdir = $(texdatadir)/formats
mfdatadir=$(datadir)/mf
mfpooldir=$(mfdatadir)
--- 8,20 ----
# match the system directories in the paths you defined in `site.h'.
prefix = /usr/local
bindir = $(prefix)/bin
! datadir = $(prefix)/share
texdatadir = $(datadir)/tex
! texpooldir = $(texdatadir)/npool
texinputdir = $(texdatadir)/macros
texfontdir = $(texdatadir)/fonts
! formatdir = $(texdatadir)/nformats
mfdatadir=$(datadir)/mf
mfpooldir=$(mfdatadir)
***************
*** 30,36 ****
# `make bases' will try to make, and `make install-formats' and `make
# install-bases' will try to install. See README.W2C for a brief
# description of each of these formats.
! formats=jtex.fmt jlatex.fmt
# jslitex.fmt amsjtex.fmt amsjlatex.fmt jfoiltex.fmt
#formats=tex.fmt latex.fmt etex.fmt
# slitex.fmt amslatex.fmt amstex.fmt texinfo.fmt inrstex.fmt picplus.fmt
--- 30,36 ----
# `make bases' will try to make, and `make install-formats' and `make
# install-bases' will try to install. See README.W2C for a brief
# description of each of these formats.
! formats=njtex.fmt njlatex.fmt
# jslitex.fmt amsjtex.fmt amsjlatex.fmt jfoiltex.fmt
#formats=tex.fmt latex.fmt etex.fmt
# slitex.fmt amslatex.fmt amstex.fmt texinfo.fmt inrstex.fmt picplus.fmt
***************
*** 55,61 ****
# Compiling.
CC = @CC@
! coptimize = -O
# Some directories add more flags to this; hence this is not CFLAGS.
cflags = -I../$(srcdir)/lib $(coptimize) $(XCFLAGS)
--- 55,61 ----
# Compiling.
CC = @CC@
! coptimize = -O -m486
# Some directories add more flags to this; hence this is not CFLAGS.
cflags = -I../$(srcdir)/lib $(coptimize) $(XCFLAGS)
***************
*** 71,77 ****
RANLIB = @RANLIB@
INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
# How to make a link.
--- 71,77 ----
RANLIB = @RANLIB@
INSTALL = @INSTALL@
! INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s
INSTALL_DATA = @INSTALL_DATA@
# How to make a link.
***************
*** 133,139 ****
#
# The following targets build production versions.
! all: programs manpages bases formats
programs: stamp-tangle
for name in $(progdirs); \
--- 133,139 ----
#
# The following targets build production versions.
! all: programs formats #manpages bases
programs: stamp-tangle
for name in $(progdirs); \
***************
*** 208,214 ****
ln $(bindir)/virjtex $(bindir)/`basename $$f .fmt`; \
$(INSTALL_DATA) jtex/$$f $(formatdir)/$$f; \
done
! cd $(formatdir); rm -f jplain.fmt; ln jtex.fmt jplain.fmt
install-bases: stamp-bases
-if test -d $(basedir); then exit 0; else mkdir $(basedir); fi
--- 208,214 ----
ln $(bindir)/virjtex $(bindir)/`basename $$f .fmt`; \
$(INSTALL_DATA) jtex/$$f $(formatdir)/$$f; \
done
! cd $(formatdir); rm -f jplain.fmt; ln njtex.fmt jplain.fmt
install-bases: stamp-bases
-if test -d $(basedir); then exit 0; else mkdir $(basedir); fi