From 92cb14961276109a5c384faad8b01035e6c9a243 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 13 Nov 1996 12:41:39 +0000 Subject: Fix Makefiles to work with new bsd.port.mk. Mostly just replacing ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff. --- japanese/sj3-server/Makefile | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'japanese/sj3-server/Makefile') diff --git a/japanese/sj3-server/Makefile b/japanese/sj3-server/Makefile index cb67e11b938e..a4f0ed839b9a 100644 --- a/japanese/sj3-server/Makefile +++ b/japanese/sj3-server/Makefile @@ -3,7 +3,7 @@ # Date created: 10 Aug 1996 # Whom: Hidekazu Kuroki # -# $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 -- cgit v1.2.3