diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-13 12:41:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-13 12:41:39 +0000 |
commit | 92cb14961276109a5c384faad8b01035e6c9a243 (patch) | |
tree | 52a6ccb1657c964ed74817c0b5617d8297802c57 /japanese/sj3-lib | |
parent | 44bab554424ac7bb53311e5b4759d26455961887 (diff) | |
download | ports-92cb14961276109a5c384faad8b01035e6c9a243.tar.gz ports-92cb14961276109a5c384faad8b01035e6c9a243.zip |
Notes
Diffstat (limited to 'japanese/sj3-lib')
-rw-r--r-- | japanese/sj3-lib/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/japanese/sj3-lib/Makefile b/japanese/sj3-lib/Makefile index cb67e11b938e..a4f0ed839b9a 100644 --- a/japanese/sj3-lib/Makefile +++ b/japanese/sj3-lib/Makefile @@ -3,7 +3,7 @@ # Date created: 10 Aug 1996 # Whom: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp> # -# $Id: Makefile,v 1.2 1996/09/19 04:38:38 asami Exp $ +# $Id: Makefile,v 1.3 1996/11/11 10:12:44 max Exp $ # DISTNAME= sj3-2.0.1.13 @@ -14,6 +14,9 @@ MASTER_SITES= ftp://ftp.sony.co.jp/pub/unsupported/src/ \ MAINTAINER= hidekazu@cs.titech.ac.jp +MAN1= sj3.1 sj3dic.1 sj3mkdic.1 sj3serv.1 +MANLANG= ja_JP.EUC + # This port requires xmkmf but installs in /usr/local # # NOTE : You must not use 'xmkmf -a', because the running 'make depend' caused a error. @@ -21,12 +24,4 @@ MAINTAINER= hidekazu@cs.titech.ac.jp do-configure: ( cd $(WRKDIR)/sj3-2.0.1.13 ; xmkmf ; make Makefiles ) -post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/ja_JP.EUC/man1/sj3.1 - gzip -9nf ${PREFIX}/man/ja_JP.EUC/man1/sj3dic.1 - gzip -9nf ${PREFIX}/man/ja_JP.EUC/man1/sj3mkdic.1 - gzip -9nf ${PREFIX}/man/ja_JP.EUC/man1/sj3serv.1 -.endif - .include <bsd.port.mk> |