summaryrefslogtreecommitdiff
path: root/japanese/platex-common/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-10-05 21:07:13 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-10-05 21:07:13 +0000
commit4e82d6fbf361a4557d66924865367cae614d6fe8 (patch)
treeafe15a337d302a69bb793ad04613a6d3df7715a9 /japanese/platex-common/Makefile
parent- remove the ampersand, postmaster process automatically goes into (diff)
Ooops, need symlink to tex from ${PREFIX}/bin/latex.
Also, add one mssing file to the packing list.
Notes
Notes: svn path=/head/; revision=8128
Diffstat (limited to 'japanese/platex-common/Makefile')
-rw-r--r--japanese/platex-common/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/platex-common/Makefile b/japanese/platex-common/Makefile
index 94854543abb1..8532cdc0d15d 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>