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/today | |
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/today')
-rw-r--r-- | japanese/today/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/japanese/today/Makefile b/japanese/today/Makefile index bdc8c069b67f..bfad24f88275 100644 --- a/japanese/today/Makefile +++ b/japanese/today/Makefile @@ -1,15 +1,17 @@ # New ports collection makefile for: today -# Version required: 2.11a # Date created: 24 June 1996 # Whom: ABURAYER Rewsirow <pcs51674@asciinet.or.jp> # # $FreeBSD$ # -DISTNAME= ja-today-2.11a +PORTNAME= today +PORTVERSION= 2.11a CATEGORIES= japanese games MASTER_SITES= ftp://ftp.vector.co.jp/pack/dos/personal/calendar/today/ -DISTFILES= td211as.lzh td211am.lzh +DISTNAME= ja-${PORTNAME}-${PORTVERSION} +DISTFILES= td${PORTVERSION:S/.//}s.lzh \ + td${PORTVERSION:S/.//}m.lzh MAINTAINER= rewsirow@ff.iij4u.or.jp |