diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-12 14:38:12 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-12 14:38:12 +0000 |
commit | 8e270816f992e4a25aaab762d962f7267d72f84b (patch) | |
tree | d4e36e838185404904fc906c77ad6ebbaf6ef1bc /japanese/platex209-euc | |
parent | Use ${DISTFILES:Npattern} in EXTRACT_ONLY as a cosmetic change. (diff) |
Update the japanese/[o-t]* ports with the new
PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Diffstat (limited to 'japanese/platex209-euc')
-rw-r--r-- | japanese/platex209-euc/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/japanese/platex209-euc/Makefile b/japanese/platex209-euc/Makefile index fdd8680e52cb..9fb5a861c8f0 100644 --- a/japanese/platex209-euc/Makefile +++ b/japanese/platex209-euc/Makefile @@ -1,21 +1,22 @@ # New ports collection makefile for: platex209-euc -# 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-euc-1.0 +PORTNAME= platex209 +PORTVERSION= 1.0 +PKGNAMESUFFIX= -euc 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-euc \ +BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex${PKGNAMESUFFIX} \ nkf:${PORTSDIR}/japanese/nkf -RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-euc +RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex${PKGNAMESUFFIX} MANUAL_PACKAGE_BUILD= incompatible with other versions of platex209-* |