diff options
author | max <max@FreeBSD.org> | 1997-10-05 21:07:13 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-10-05 21:07:13 +0000 |
commit | 5a4c18162fc427c22ff33d094474083157e2dedf (patch) | |
tree | 824eb749d648087b1e275e282cd36f273e972b6a /japanese | |
parent | 82949069c3b76438d864828262277e3d58526c08 (diff) | |
download | FreeBSD-ports-5a4c18162fc427c22ff33d094474083157e2dedf.zip FreeBSD-ports-5a4c18162fc427c22ff33d094474083157e2dedf.tar.gz |
Ooops, need symlink to tex from ${PREFIX}/bin/latex.
Also, add one mssing file to the packing list.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/platex-common/Makefile | 3 | ||||
-rw-r--r-- | japanese/platex-common/pkg-plist | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/japanese/platex-common/Makefile b/japanese/platex-common/Makefile index 9485454..8532cdc 100644 --- a/japanese/platex-common/Makefile +++ b/japanese/platex-common/Makefile @@ -3,7 +3,7 @@ # Date created: 05 Oct 1997 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: porting.sgml,v 1.16 1996/03/21 14:15:01 asami Exp $ +# $Id: Makefile,v 1.18 1997/10/05 19:29:32 max Exp $ # DISTNAME= base-9706 @@ -45,6 +45,7 @@ do-install: ${CP} ${WRKDIR}/ec/tfm/* ${TEXMF}/fonts/tfm/public/ec ${MKDIR} ${TEXMF}/fonts/source/public/ec ${CP} ${WRKDIR}/ec/src/* ${TEXMF}/fonts/source/public/ec + @/bin/ln -fs tex ${PREFIX}/bin/latex @/bin/ln -s latex ${PREFIX}/bin/platex-common .include <bsd.port.mk> diff --git a/japanese/platex-common/pkg-plist b/japanese/platex-common/pkg-plist index a37b1e8..a065dbf 100644 --- a/japanese/platex-common/pkg-plist +++ b/japanese/platex-common/pkg-plist @@ -1,3 +1,4 @@ +bin/latex bin/platex-common share/texmf/fonts/source/public/ams/READ.ME share/texmf/fonts/source/public/ams/cyrillic/cyrcsc.mf @@ -1128,6 +1129,7 @@ share/texmf/tex/latex/base/testpage.tex share/texmf/tex/latex/base/tex2.txt share/texmf/tex/latex/base/texpert.txt share/texmf/tex/latex/base/texsys.aux +share/texmf/tex/latex/base/texsys.cfg share/texmf/tex/latex/base/textures.txt share/texmf/tex/latex/base/tracefnt.sty share/texmf/tex/latex/base/truetex.txt |