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/texinfo/Makefile | |
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/texinfo/Makefile')
-rw-r--r-- | japanese/texinfo/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/japanese/texinfo/Makefile b/japanese/texinfo/Makefile index e028b70..bb7f082 100644 --- a/japanese/texinfo/Makefile +++ b/japanese/texinfo/Makefile @@ -1,20 +1,19 @@ # New ports collection makefile for: texinfo -# Version required: 4.0 # Date created: 18 Aug 1999 # Whom: Mitsuru Yoshida <mitsuru@riken.go.jp> # # $FreeBSD$ # -DISTNAME= texinfo-4.0 -PKGNAME= ja-texinfo-4.0 +PORTNAME= texinfo +PORTVERSION= 4.0 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= texinfo +MASTER_SITE_SUBDIR= ${PORTNAME} PATCH_SITES= ftp://jupiter.fsci.fuk.kindai.ac.jp/pub/ptex/utils/ \ http://www.fsci.fuk.kindai.ac.jp/aftp/pub/ptex/utils/ -PATCHFILES= texinfo-4.0-j.diff.gz +PATCHFILES= ${DISTNAME}-j.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= mitsuru@riken.go.jp |