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/kon2-16dot | |
parent | 7b4b0c4f33915abb1f15e37f30ce951ba7aa94e6 (diff) | |
download | ports-edcf8b3594b5df6440713253552b675fb0234474.tar.gz ports-edcf8b3594b5df6440713253552b675fb0234474.zip |
Notes
Diffstat (limited to 'japanese/kon2-16dot')
-rw-r--r-- | japanese/kon2-16dot/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/japanese/kon2-16dot/Makefile b/japanese/kon2-16dot/Makefile index 8db62ddca937..503bd10b5bb3 100644 --- a/japanese/kon2-16dot/Makefile +++ b/japanese/kon2-16dot/Makefile @@ -1,19 +1,20 @@ # New ports collection makefile for: kon2 with 16dot font -# Version required: 0.3 # Date created: 11 Apr 1997 # Whom: Makoto Matsushita <matusita@jp.freebsd.org> # # $FreeBSD$ # -DISTNAME= kon2-0.3 -PKGNAME= ja-kon2-${KONFONT}-0.3 +PORTNAME= kon2 +PORTVERSION= 0.3 +PKGNAMESUFFIX= -${KONFONT} CATEGORIES= japanese # note kon is only in first directory and fonts are only in second directory MASTER_SITES= ftp://ftp.tut.ac.jp/Linux/Packages/Utils/ \ ftp://ftp.xfree86.org/pub/XFree86/3.3.3/untarred/xc/fonts/bdf/misc/ \ ftp://ftp.iij.ad.jp/pub/X/XFree86/3.3.3/untarred/xc/fonts/bdf/misc/ -DISTFILES= kon2-0.3.tar.gz \ +DISTNAME= kon2-${PORTVERSION} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ k14.bdf 7x14rk.bdf \ jiskan16.bdf 8x16rk.bdf @@ -23,7 +24,7 @@ ONLY_FOR_ARCHS= i386 MAN1= kon.1 MANLANG= ja -EXTRACT_ONLY= kon2-0.3.tar.gz +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} DOCDIR= ${PREFIX}/share/doc/kon2 |