diff options
author | max <max@FreeBSD.org> | 1997-09-15 15:33:10 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-09-15 15:33:10 +0800 |
commit | 48e71787d269e29c3f0224c873bc5b1cbac6d426 (patch) | |
tree | fdcac8b587be561ba7acac72705d8c9cb2a564fe /japanese/k12 | |
parent | 5824101bb32f501e5c32892c261b145da72d860d (diff) | |
download | freebsd-ports-gnome-48e71787d269e29c3f0224c873bc5b1cbac6d426.tar.gz freebsd-ports-gnome-48e71787d269e29c3f0224c873bc5b1cbac6d426.tar.zst freebsd-ports-gnome-48e71787d269e29c3f0224c873bc5b1cbac6d426.zip |
Use DISTNAME and PKGNAME instead of DISTNAME and DISTFILES.
Change the PKGNAME from jp-* to ja-*.
Diffstat (limited to 'japanese/k12')
-rw-r--r-- | japanese/k12/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/k12/Makefile b/japanese/k12/Makefile index b7a9cbb4e948..91dae490f622 100644 --- a/japanese/k12/Makefile +++ b/japanese/k12/Makefile @@ -3,13 +3,13 @@ # Date created: 24 June 1996 # Whom: Mita Yoshio <mita@jp.FreeBSD.org> # -# $Id: Makefile,v 1.2 1997/04/01 11:40:16 asami Exp $ +# $Id: Makefile,v 1.3 1997/07/13 18:49:17 max Exp $ # -DISTNAME= jp-k12font-1.0 +DISTNAME= kaname_k12_bdf +PKGNAME= ja-k12font-1.0 CATEGORIES= japanese x11 MASTER_SITES= ftp://ftp.noc.titech.ac.jp/pub/tmp/aki/FreeBSD/etc/ -DISTFILES= kaname_k12_bdf.tar.gz MAINTAINER= mita@jp.FreeBSD.org |