diff options
author | asami <asami@FreeBSD.org> | 1996-11-13 20:41:39 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-13 20:41:39 +0800 |
commit | 042a5e832eac1dfef4595193d3fffd960ef53c1b (patch) | |
tree | 7ae602bbca92eda42ce423e98ed1c217b42a7352 /japanese/sj3 | |
parent | 3ed0aba637059650fffd2c7f54457a8e03245198 (diff) | |
download | freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.tar.gz freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.tar.zst freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.zip |
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.
Diffstat (limited to 'japanese/sj3')
-rw-r--r-- | japanese/sj3/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/japanese/sj3/Makefile b/japanese/sj3/Makefile index cb67e11b938e..a4f0ed839b9a 100644 --- a/japanese/sj3/Makefile +++ b/japanese/sj3/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> |