diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
commit | edcf8b3594b5df6440713253552b675fb0234474 (patch) | |
tree | cb86ff29b6c34e6d077c56ce53ca461f9623f343 /japanese/k12 | |
parent | 7b4b0c4f33915abb1f15e37f30ce951ba7aa94e6 (diff) |
Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.
Okay, 60% of `japanese' ports have been done. :)
Notes
Notes:
svn path=/head/; revision=27449
Diffstat (limited to 'japanese/k12')
-rw-r--r-- | japanese/k12/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/japanese/k12/Makefile b/japanese/k12/Makefile index ed34028e5ef8..83301a748cc1 100644 --- a/japanese/k12/Makefile +++ b/japanese/k12/Makefile @@ -1,17 +1,18 @@ # New ports collection makefile for: k12font -# Version required: 1.1 # Date created: 24 June 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # # $FreeBSD$ # -DISTNAME= kaname_k12_bdf -PKGNAME= ja-kaname12-1.1 +PORTNAME= kaname12 +PORTVERSION= 1.1 CATEGORIES= japanese x11-fonts MASTER_SITES= ${MASTER_SITE_PORTS_JP} \ http://www.din.or.jp/~storm/fonts/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} knm_new_linux.tar.gz +DISTNAME= kaname_k12_bdf +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ + knm_new_linux.tar.gz MAINTAINER= mita@jp.FreeBSD.org |