diff options
author | asami <asami@FreeBSD.org> | 1998-11-07 18:50:04 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-07 18:50:04 +0800 |
commit | 878a467a4e4bd3281cff882100f1a039030cc533 (patch) | |
tree | dc3da3b7d00ab765453c2a3152826c7efe1ec1ca /japanese/Makefile | |
parent | 6d533149507e40a457cf60a9363c975d3caf049b (diff) | |
download | freebsd-ports-gnome-878a467a4e4bd3281cff882100f1a039030cc533.tar.gz freebsd-ports-gnome-878a467a4e4bd3281cff882100f1a039030cc533.tar.zst freebsd-ports-gnome-878a467a4e4bd3281cff882100f1a039030cc533.zip |
Split up pkfonts to pkfonts${RESOLUTION} subdirectories, so dependencies
are tracked correctly. pkfonts300 is a repository copy from pkfonts, and
other pkfonts* directories only contain PLIST and a Makefile that sets
RESOLUTION and includes pkfonts300/Makefile.
Diffstat (limited to 'japanese/Makefile')
-rw-r--r-- | japanese/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index a80e5705a35c..5f8d8cb8baac 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.155 1998/10/28 14:37:32 kuriyama Exp $ +# $Id: Makefile,v 1.156 1998/11/04 15:27:00 kuriyama Exp $ # SUBDIR += Canna @@ -126,7 +126,10 @@ SUBDIR += perl5 SUBDIR += pgp.language SUBDIR += pine - SUBDIR += pkfonts + SUBDIR += pkfonts118 + SUBDIR += pkfonts240 + SUBDIR += pkfonts300 + SUBDIR += pkfonts400 SUBDIR += plain2 SUBDIR += plan SUBDIR += platex-common |