diff options
author | max <max@FreeBSD.org> | 1998-05-08 21:58:42 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1998-05-08 21:58:42 +0000 |
commit | c4087699fa38df677483d95c5360ea966bab8e7f (patch) | |
tree | 84df76470515200ec448c57b9157fdb8affba1a6 /japanese | |
parent | c7120f8faff4ea9b9fd06f774a61423f42750c65 (diff) | |
download | FreeBSD-ports-c4087699fa38df677483d95c5360ea966bab8e7f.zip FreeBSD-ports-c4087699fa38df677483d95c5360ea966bab8e7f.tar.gz |
Don't use DISTFILES when it's only one file.
Properly define MAN1 and MANCOMPRESSED.
Add japanese to the category. (But I'm not too sure if this port should
really be in this category in first place.)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/xshodo/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/japanese/xshodo/Makefile b/japanese/xshodo/Makefile index d08ac42..dca9a9d 100644 --- a/japanese/xshodo/Makefile +++ b/japanese/xshodo/Makefile @@ -3,17 +3,18 @@ # Date created: 11 October 1996 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.4 1997/06/10 09:01:42 asami Exp $ +# $Id: Makefile,v 1.5 1997/09/14 21:36:25 max Exp $ # -DISTNAME= xshodo +DISTNAME= xshodo2.0 PKGNAME= ja-xshodo-2.0 -CATEGORIES= x11 +CATEGORIES= japanese x11 MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xwin/ -DISTFILES= xshodo2.0.tar.gz MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp USE_IMAKE= yes +MAN1= xshodo.1 +MANCOMPRESSED= yes .include <bsd.port.mk> |