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/skkfep/Makefile | |
parent | Use ${DISTFILES:Npattern} in EXTRACT_ONLY as a cosmetic change. (diff) |
Update the japanese/[o-t]* ports with the new
PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Diffstat (limited to 'japanese/skkfep/Makefile')
-rw-r--r-- | japanese/skkfep/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/japanese/skkfep/Makefile b/japanese/skkfep/Makefile index c3c09e78d683..3b612a057d99 100644 --- a/japanese/skkfep/Makefile +++ b/japanese/skkfep/Makefile @@ -1,15 +1,15 @@ # New ports collection Makefile for: skkfep -# Version required: 0.85 # Date created: 22 Jul 1998 # Whom: Yusuke Nawano <azuki@azkey.org> # # $FreeBSD$ # -DISTNAME= skkfep0.85 -PKGNAME= ja-skkfep-0.85 -CATEGORIES= japanese -MASTER_SITES= ftp://ftp.azkey.org/pub/misc/skkfep/ +PORTNAME= skkfep +PORTVERSION= 0.85 +CATEGORIES= japanese +MASTER_SITES= ftp://ftp.azkey.org/pub/misc/skkfep/ +DISTNAME= ${PORTNAME}${PORTVERSION} PATCH_SITES= ftp://ftp.azkey.org/pub/misc/skkfep/ PATCHFILES= skkfep111.diff.gz |