diff options
author | knu <knu@FreeBSD.org> | 2000-04-12 14:38:12 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-12 14:38:12 +0000 |
commit | bbefe911602a99ae8eef0107c5a54a1238569918 (patch) | |
tree | e6a784c6fcf9fb5518d628b989fe84202164cacf /japanese/platex209-jis | |
parent | df90bfb709b014707e299439696404a9c2b543f8 (diff) | |
download | FreeBSD-ports-bbefe911602a99ae8eef0107c5a54a1238569918.zip FreeBSD-ports-bbefe911602a99ae8eef0107c5a54a1238569918.tar.gz |
Update the japanese/[o-t]* ports with the new
PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Diffstat (limited to 'japanese/platex209-jis')
-rw-r--r-- | japanese/platex209-jis/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/japanese/platex209-jis/Makefile b/japanese/platex209-jis/Makefile index 3fa5526..31da413 100644 --- a/japanese/platex209-jis/Makefile +++ b/japanese/platex209-jis/Makefile @@ -1,20 +1,21 @@ # New ports collection makefile for: platex209-jis -# Version required: 2.09 # Date created: 01 Jan 1998 # Whom: Makoto WATANABE <watanabe@zlab.phys.nagoya-u.ac.jp> # # $FreeBSD$ # -DISTNAME= platex209 -PKGNAME= ja-platex209-jis-1.0 +PORTNAME= platex209 +PORTVERSION= 1.0 +PKGNAMESUFFIX= -jis CATEGORIES= japanese print MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/platex/ +DISTNAME= ${PORTNAME} MAINTAINER= watanabe@zlab.phys.nagoya-u.ac.jp -BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-jis -RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-jis +BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex${PKGNAMESUFFIX} +RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex${PKGNAMESUFFIX} MANUAL_PACKAGE_BUILD= incompatible with other versions of platex209-* |