diff options
author | asami <asami@FreeBSD.org> | 1998-11-08 08:49:29 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-08 08:49:29 +0800 |
commit | a8663a9864dc963ece49146ead774bc79fd53ff9 (patch) | |
tree | 10e6511252b8c00e20cfe58922ffcebe80399513 /japanese | |
parent | 072bc1c6fa299e12bdcb2c827713377558adc3c9 (diff) | |
download | freebsd-ports-gnome-a8663a9864dc963ece49146ead774bc79fd53ff9.tar.gz freebsd-ports-gnome-a8663a9864dc963ece49146ead774bc79fd53ff9.tar.zst freebsd-ports-gnome-a8663a9864dc963ece49146ead774bc79fd53ff9.zip |
Use LOOP_VAR to set KONFONT automatically.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/kon2-16dot/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/kon2-16dot/Makefile b/japanese/kon2-16dot/Makefile index 474b57ef7809..0a5bdb0f5daa 100644 --- a/japanese/kon2-16dot/Makefile +++ b/japanese/kon2-16dot/Makefile @@ -3,7 +3,7 @@ # Date created: 11 Apr 1997 # Whom: Makoto Matsushita <matusita@jp.freebsd.org> # -# $Id: Makefile,v 1.16 1998/10/09 05:31:56 kuriyama Exp $ +# $Id: Makefile,v 1.17 1998/11/07 14:30:29 kuriyama Exp $ # DISTNAME= kon2-0.3 @@ -19,6 +19,8 @@ DISTFILES= kon2-0.3.tar.gz \ MAINTAINER= shige@kuis.kyoto-u.ac.jp +LOOP_VAR= KONFONT +LOOP_OPTIONS= 14dot 16dot MAN1= kon.1 MANLANG= ja EXTRACT_ONLY= kon2-0.3.tar.gz |