summaryrefslogtreecommitdiff
path: root/japanese/platex-common/Makefile
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1999-02-12 17:02:33 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1999-02-12 17:02:33 +0000
commitfef626ae9c4813f57588eb87737be38967848d27 (patch)
treea505294e177053b0a33092f9958defd47fb47cd9 /japanese/platex-common/Makefile
parentAdd MASTER_SITES to fetch WindowMaker-0.51.0ja1.tar.gz (diff)
Upgrade to 1998/09/01 version.
Notes
Notes: svn path=/head/; revision=16690
Diffstat (limited to 'japanese/platex-common/Makefile')
-rw-r--r--japanese/platex-common/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/japanese/platex-common/Makefile b/japanese/platex-common/Makefile
index bb3bb5487017..d13bba2dcafe 100644
--- a/japanese/platex-common/Makefile
+++ b/japanese/platex-common/Makefile
@@ -1,15 +1,15 @@
# New ports collection makefile for: platex2e-common
-# Version required: <1998/02/17>+0
+# Version required: <1998/09/01>
# Date created: 05 Oct 1997
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.23 1998/02/22 21:54:52 max Exp $
+# $Id: Makefile,v 1.24 1998/06/10 07:48:03 asami Exp $
#
-DISTNAME= base-9712
-PKGNAME= ja-platex2e-common-1998.02.17.0
+DISTNAME= base-9806
+PKGNAME= ja-platex2e-common-1998.09.01
CATEGORIES= japanese print
-MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/platex/1998-02-17/ \
+MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/platex/1998-09-01/ \
ftp://ftp.ams.org/pub/tex/ \
${MASTER_SITE_LOCAL}
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ecfonts-1.0.tar.gz tfm.tar \
@@ -47,7 +47,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 -fs latex ${PREFIX}/bin/platex-common
+ @${LN} -fs tex ${PREFIX}/bin/latex
+ @${LN} -fs latex ${PREFIX}/bin/platex-common
.include <bsd.port.mk>