summaryrefslogtreecommitdiff
path: root/japanese/sj3-server
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-13 12:41:39 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-13 12:41:39 +0000
commit92cb14961276109a5c384faad8b01035e6c9a243 (patch)
tree52a6ccb1657c964ed74817c0b5617d8297802c57 /japanese/sj3-server
parentuse updated net/wais (diff)
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.
Notes
Notes: svn path=/head/; revision=4440
Diffstat (limited to 'japanese/sj3-server')
-rw-r--r--japanese/sj3-server/Makefile13
1 files changed, 4 insertions, 9 deletions
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 <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>