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/today | |
parent | a989b83d8875de9cba6caf81919b68e80dfa6534 (diff) | |
download | ports-8e270816f992e4a25aaab762d962f7267d72f84b.tar.gz ports-8e270816f992e4a25aaab762d962f7267d72f84b.zip |
Notes
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 |