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/ptex-sjis | |
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/ptex-sjis')
-rw-r--r-- | japanese/ptex-sjis/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/japanese/ptex-sjis/Makefile b/japanese/ptex-sjis/Makefile index 69f3cf8..d7d3643 100644 --- a/japanese/ptex-sjis/Makefile +++ b/japanese/ptex-sjis/Makefile @@ -1,16 +1,18 @@ # New ports collection makefile for: pTeX-sjis -# Version required: 2.1.8 # Date created: 05 Oct 1997 # Whom: max # # $FreeBSD$ # -DISTNAME= ptex218 -PKGNAME= ja-ptex-sjis-2.1.8 +PORTNAME= ptex +PORTVERSION= 2.1.8 +PKGNAMESUFFIX= -sjis CATEGORIES= japanese print -MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/ptex218/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} plib-1.4-sj.tar.gz \ +MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/${DISTNAME}/ +DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + plib-1.4${PKGNAMESUFFIX:S/sjis/sj/}.tar.gz \ Makefile.in.patch.txt MAINTAINER= max@FreeBSD.org @@ -43,7 +45,7 @@ pre-patch: ${PATCH} ${PATCH_DIST_ARGS} pre-install: - @${TAR} -C ${PREFIX}/share -zxf ${DISTDIR}/${DIST_SUBDIR}/plib-1.4-sj.tar.gz + @${TAR} -C ${PREFIX}/share -zxf ${DISTDIR}/${DIST_SUBDIR}/plib-1.4${PKGNAMESUFFIX:S/sjis/sj/}.tar.gz post-install: .for bin in ${BINARIES} |