diff options
author | max <max@FreeBSD.org> | 1996-11-11 08:11:50 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-11-11 08:11:50 +0000 |
commit | 861068926342948efc7fbde98c3705d5ae728b0e (patch) | |
tree | 3bb1212cb98d7c3aab584cb021e177c6262bd240 /japanese/platex-common | |
parent | 5a5ee6ac40ba2e411409e57e14f5627d93a6d16a (diff) | |
download | FreeBSD-ports-861068926342948efc7fbde98c3705d5ae728b0e.zip FreeBSD-ports-861068926342948efc7fbde98c3705d5ae728b0e.tar.gz |
CATEGORIES+= -> CATEGORIES=
Moved around some lines to standardize.
Diffstat (limited to 'japanese/platex-common')
-rw-r--r-- | japanese/platex-common/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/platex-common/Makefile b/japanese/platex-common/Makefile index 9e30750..020131c 100644 --- a/japanese/platex-common/Makefile +++ b/japanese/platex-common/Makefile @@ -3,18 +3,17 @@ # Date created: 5 Nov 1995 # Whom: Hideaki Ohmon <ohmon@sfc.keio.ac.jp> # -# $Id: Makefile,v 1.10 1996/11/02 05:28:19 max Exp $ +# $Id: Makefile,v 1.11 1996/11/07 14:52:26 max Exp $ # DISTNAME= platex2e PKGNAME= jp-platex2e-96.03 -CATEGORIES+= japanese print +CATEGORIES= japanese print MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/platex2e/1996-03-05/ \ ftp://ftp.iij.ad.jp/pub/TeX/CTAN/systems/knuth/lib/ \ ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/corresponding-sources/ \ ftp://ftp.riken.go.jp/pub/tex-archive/systems/knuth/lib/ DISTFILES= base-9512.tar.gz hyphen.tex.gz lib-6.9.tar.gz -EXTRACT_ONLY= base-9512.tar.gz MAINTAINER= max@FreeBSD.ORG @@ -22,6 +21,7 @@ BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex2 RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex2 WRKSRC= ${WRKDIR}/9603 +EXTRACT_ONLY= base-9512.tar.gz pre-fetch: .if !defined(KANJI-CODE) |