diff options
author | knu <knu@FreeBSD.org> | 2000-04-12 22:38:12 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-12 22:38:12 +0800 |
commit | bbefe911602a99ae8eef0107c5a54a1238569918 (patch) | |
tree | e6a784c6fcf9fb5518d628b989fe84202164cacf /japanese/platex-sjis | |
parent | df90bfb709b014707e299439696404a9c2b543f8 (diff) | |
download | freebsd-ports-gnome-bbefe911602a99ae8eef0107c5a54a1238569918.tar.gz freebsd-ports-gnome-bbefe911602a99ae8eef0107c5a54a1238569918.tar.zst freebsd-ports-gnome-bbefe911602a99ae8eef0107c5a54a1238569918.zip |
Update the japanese/[o-t]* ports with the new
PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Diffstat (limited to 'japanese/platex-sjis')
-rw-r--r-- | japanese/platex-sjis/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/japanese/platex-sjis/Makefile b/japanese/platex-sjis/Makefile index 3287b50e6890..c44fd0529f04 100644 --- a/japanese/platex-sjis/Makefile +++ b/japanese/platex-sjis/Makefile @@ -1,26 +1,27 @@ # New ports collection makefile for: platex2e-sjis -# Version required: <1999/08/09> # Date created: 05 Oct 1997 # Whom: Masafumi NAKANE <max@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= pl19990809s -PKGNAME= ja-platex2e-sjis-1999.08.09 +PORTNAME= platex2e +PORTVERSION= 1999.08.09 +PKGNAMESUFFIX= -sjis CATEGORIES= japanese print -MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/platex/1999-08-09/ +MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/platex/${PORTVERSION:S/./-/g}/ +DISTNAME= pl${PORTVERSION:S/.//g}s MAINTAINER= max@FreeBSD.org -BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-sjis \ +BUILD_DEPENDS= ptex:${PORTSDIR}/japanese/ptex${PKGNAMESUFFIX} \ platex-common:${PORTSDIR}/japanese/platex-common -RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex-sjis \ +RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex${PKGNAMESUFFIX} \ platex-common:${PORTSDIR}/japanese/platex-common MANUAL_PACKAGE_BUILD= incompatible with other versions of ptex-* -WRKSRC= ${WRKDIR}/19990809 -DIST_SUBDIR= platex2e +WRKSRC= ${WRKDIR}/${PORTVERSION:S/.//g} +DIST_SUBDIR= ${PORTNAME} TEXMF= ${PREFIX}/share/texmf |