summaryrefslogtreecommitdiff
path: root/japanese
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
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')
-rw-r--r--japanese/Canna/Makefile30
-rw-r--r--japanese/canna-lib/Makefile30
-rw-r--r--japanese/canna-server/Makefile30
-rw-r--r--japanese/dvi2tty/Makefile7
-rw-r--r--japanese/ircII/Makefile4
-rw-r--r--japanese/kon2-16dot/Makefile9
-rw-r--r--japanese/mule-canna/Makefile10
-rw-r--r--japanese/mule-freewnn/Makefile10
-rw-r--r--japanese/mule-sj3/Makefile10
-rw-r--r--japanese/mule-wnn6/Makefile10
-rw-r--r--japanese/mule-wnn7/Makefile10
-rw-r--r--japanese/nethack/Makefile11
-rw-r--r--japanese/nethack32/Makefile11
-rw-r--r--japanese/nethack34/Makefile11
-rw-r--r--japanese/pine/Makefile11
-rw-r--r--japanese/ptex-base/Makefile9
-rw-r--r--japanese/ptex-common/Makefile9
-rw-r--r--japanese/qkc/Makefile5
-rw-r--r--japanese/sj3-lib/Makefile13
-rw-r--r--japanese/sj3-server/Makefile13
-rw-r--r--japanese/sj3/Makefile13
-rw-r--r--japanese/vfghostscript/Makefile4
22 files changed, 87 insertions, 183 deletions
diff --git a/japanese/Canna/Makefile b/japanese/Canna/Makefile
index ee41041c3e8f..d30f8d0a2c3b 100644
--- a/japanese/Canna/Makefile
+++ b/japanese/Canna/Makefile
@@ -4,7 +4,7 @@
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
# NIIMI Satoshi <sa2c@and.or.jp>
#
-# $Id: Makefile,v 1.12 1996/11/05 04:14:25 max Exp $
+# $Id: Makefile,v 1.13 1996/11/11 08:26:44 max Exp $
#
DISTNAME= Canna32p2
@@ -19,27 +19,23 @@ USE_IMAKE= yes
PREFIX?= ${LOCALBASE}
ALL_TARGET= canna
-MAN3PAGES= RkRgnBun.3 RkDefineDic.3 RkDeleteDic.3 RkEndBun.3 \
- RkEnlarge.3 RkFinalize.3 RkGetDicList.3 RkGetKanji.3 \
- RkGetLex.3 RkGetStat.3 RkGetYomi.3 RkGoto.3 RkInitialize.3 \
- RkIntro.3 RkLeft.3 RkMountD.3 RkNext.3 RkNfer.3 RkPrev.3 \
- RkRemountDic.3 RkResize.3 RkRight.3 RkShorten.3 RkStoreYomi.3 \
- RkUnmountDic.3 RkXfer.3 cannalib.3 uilib.3 RkCloseRoma.3 \
- RkCvtEuc.3 RkCvtHan.3 RkCvtHira.3 RkCvtKana.3 RkCvtRoma.3 \
- RkCvtZen.3 RkMapPhonogram.3 RkMapRoma.3 RkOpenRoma.3
-MAN1PAGES= cannaserver.1 ctow.1 dicar.1 dpromdic.1 splitword.1 wtoc.1 \
- mkromdic.1 mkbindic.1 dpbindic.1 cannakill.1 canvert.1 \
- cannacheck.1 cannastat.1 cshost.1 catdic.1 cpdic.1 lsdic.1 \
- mkdic.1 mvdic.1 rmdic.1 addwords.1 delwords.1
+MAN1= cannaserver.1 ctow.1 dicar.1 dpromdic.1 splitword.1 wtoc.1 \
+ mkromdic.1 mkbindic.1 dpbindic.1 cannakill.1 canvert.1 \
+ cannacheck.1 cannastat.1 cshost.1 catdic.1 cpdic.1 lsdic.1 \
+ mkdic.1 mvdic.1 rmdic.1 addwords.1 delwords.1
+MAN3= RkRgnBun.3 RkDefineDic.3 RkDeleteDic.3 RkEndBun.3 \
+ RkEnlarge.3 RkFinalize.3 RkGetDicList.3 RkGetKanji.3 \
+ RkGetLex.3 RkGetStat.3 RkGetYomi.3 RkGoto.3 RkInitialize.3 \
+ RkIntro.3 RkLeft.3 RkMountD.3 RkNext.3 RkNfer.3 RkPrev.3 \
+ RkRemountDic.3 RkResize.3 RkRight.3 RkShorten.3 RkStoreYomi.3 \
+ RkUnmountDic.3 RkXfer.3 cannalib.3 uilib.3 RkCloseRoma.3 \
+ RkCvtEuc.3 RkCvtHan.3 RkCvtHira.3 RkCvtKana.3 RkCvtRoma.3 \
+ RkCvtZen.3 RkMapPhonogram.3 RkMapRoma.3 RkOpenRoma.3
STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/canna.sh
post-install:
/sbin/ldconfig -m ${PREFIX}/lib
- for f in ${MAN3PAGES} ; do \
- ${COMPRESS_MAN} ${PREFIX}/man/man3/$$f ; done
- for f in ${MAN1PAGES} ; do \
- ${COMPRESS_MAN} ${PREFIX}/man/man1/$$f ; done
@if [ ! -f ${STARTUP_SCRIPT} ]; then \
echo "Installing ${STARTUP_SCRIPT} startup file."; \
echo '#!/bin/sh' > ${STARTUP_SCRIPT}; \
diff --git a/japanese/canna-lib/Makefile b/japanese/canna-lib/Makefile
index ee41041c3e8f..d30f8d0a2c3b 100644
--- a/japanese/canna-lib/Makefile
+++ b/japanese/canna-lib/Makefile
@@ -4,7 +4,7 @@
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
# NIIMI Satoshi <sa2c@and.or.jp>
#
-# $Id: Makefile,v 1.12 1996/11/05 04:14:25 max Exp $
+# $Id: Makefile,v 1.13 1996/11/11 08:26:44 max Exp $
#
DISTNAME= Canna32p2
@@ -19,27 +19,23 @@ USE_IMAKE= yes
PREFIX?= ${LOCALBASE}
ALL_TARGET= canna
-MAN3PAGES= RkRgnBun.3 RkDefineDic.3 RkDeleteDic.3 RkEndBun.3 \
- RkEnlarge.3 RkFinalize.3 RkGetDicList.3 RkGetKanji.3 \
- RkGetLex.3 RkGetStat.3 RkGetYomi.3 RkGoto.3 RkInitialize.3 \
- RkIntro.3 RkLeft.3 RkMountD.3 RkNext.3 RkNfer.3 RkPrev.3 \
- RkRemountDic.3 RkResize.3 RkRight.3 RkShorten.3 RkStoreYomi.3 \
- RkUnmountDic.3 RkXfer.3 cannalib.3 uilib.3 RkCloseRoma.3 \
- RkCvtEuc.3 RkCvtHan.3 RkCvtHira.3 RkCvtKana.3 RkCvtRoma.3 \
- RkCvtZen.3 RkMapPhonogram.3 RkMapRoma.3 RkOpenRoma.3
-MAN1PAGES= cannaserver.1 ctow.1 dicar.1 dpromdic.1 splitword.1 wtoc.1 \
- mkromdic.1 mkbindic.1 dpbindic.1 cannakill.1 canvert.1 \
- cannacheck.1 cannastat.1 cshost.1 catdic.1 cpdic.1 lsdic.1 \
- mkdic.1 mvdic.1 rmdic.1 addwords.1 delwords.1
+MAN1= cannaserver.1 ctow.1 dicar.1 dpromdic.1 splitword.1 wtoc.1 \
+ mkromdic.1 mkbindic.1 dpbindic.1 cannakill.1 canvert.1 \
+ cannacheck.1 cannastat.1 cshost.1 catdic.1 cpdic.1 lsdic.1 \
+ mkdic.1 mvdic.1 rmdic.1 addwords.1 delwords.1
+MAN3= RkRgnBun.3 RkDefineDic.3 RkDeleteDic.3 RkEndBun.3 \
+ RkEnlarge.3 RkFinalize.3 RkGetDicList.3 RkGetKanji.3 \
+ RkGetLex.3 RkGetStat.3 RkGetYomi.3 RkGoto.3 RkInitialize.3 \
+ RkIntro.3 RkLeft.3 RkMountD.3 RkNext.3 RkNfer.3 RkPrev.3 \
+ RkRemountDic.3 RkResize.3 RkRight.3 RkShorten.3 RkStoreYomi.3 \
+ RkUnmountDic.3 RkXfer.3 cannalib.3 uilib.3 RkCloseRoma.3 \
+ RkCvtEuc.3 RkCvtHan.3 RkCvtHira.3 RkCvtKana.3 RkCvtRoma.3 \
+ RkCvtZen.3 RkMapPhonogram.3 RkMapRoma.3 RkOpenRoma.3
STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/canna.sh
post-install:
/sbin/ldconfig -m ${PREFIX}/lib
- for f in ${MAN3PAGES} ; do \
- ${COMPRESS_MAN} ${PREFIX}/man/man3/$$f ; done
- for f in ${MAN1PAGES} ; do \
- ${COMPRESS_MAN} ${PREFIX}/man/man1/$$f ; done
@if [ ! -f ${STARTUP_SCRIPT} ]; then \
echo "Installing ${STARTUP_SCRIPT} startup file."; \
echo '#!/bin/sh' > ${STARTUP_SCRIPT}; \
diff --git a/japanese/canna-server/Makefile b/japanese/canna-server/Makefile
index ee41041c3e8f..d30f8d0a2c3b 100644
--- a/japanese/canna-server/Makefile
+++ b/japanese/canna-server/Makefile
@@ -4,7 +4,7 @@
# Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp>
# NIIMI Satoshi <sa2c@and.or.jp>
#
-# $Id: Makefile,v 1.12 1996/11/05 04:14:25 max Exp $
+# $Id: Makefile,v 1.13 1996/11/11 08:26:44 max Exp $
#
DISTNAME= Canna32p2
@@ -19,27 +19,23 @@ USE_IMAKE= yes
PREFIX?= ${LOCALBASE}
ALL_TARGET= canna
-MAN3PAGES= RkRgnBun.3 RkDefineDic.3 RkDeleteDic.3 RkEndBun.3 \
- RkEnlarge.3 RkFinalize.3 RkGetDicList.3 RkGetKanji.3 \
- RkGetLex.3 RkGetStat.3 RkGetYomi.3 RkGoto.3 RkInitialize.3 \
- RkIntro.3 RkLeft.3 RkMountD.3 RkNext.3 RkNfer.3 RkPrev.3 \
- RkRemountDic.3 RkResize.3 RkRight.3 RkShorten.3 RkStoreYomi.3 \
- RkUnmountDic.3 RkXfer.3 cannalib.3 uilib.3 RkCloseRoma.3 \
- RkCvtEuc.3 RkCvtHan.3 RkCvtHira.3 RkCvtKana.3 RkCvtRoma.3 \
- RkCvtZen.3 RkMapPhonogram.3 RkMapRoma.3 RkOpenRoma.3
-MAN1PAGES= cannaserver.1 ctow.1 dicar.1 dpromdic.1 splitword.1 wtoc.1 \
- mkromdic.1 mkbindic.1 dpbindic.1 cannakill.1 canvert.1 \
- cannacheck.1 cannastat.1 cshost.1 catdic.1 cpdic.1 lsdic.1 \
- mkdic.1 mvdic.1 rmdic.1 addwords.1 delwords.1
+MAN1= cannaserver.1 ctow.1 dicar.1 dpromdic.1 splitword.1 wtoc.1 \
+ mkromdic.1 mkbindic.1 dpbindic.1 cannakill.1 canvert.1 \
+ cannacheck.1 cannastat.1 cshost.1 catdic.1 cpdic.1 lsdic.1 \
+ mkdic.1 mvdic.1 rmdic.1 addwords.1 delwords.1
+MAN3= RkRgnBun.3 RkDefineDic.3 RkDeleteDic.3 RkEndBun.3 \
+ RkEnlarge.3 RkFinalize.3 RkGetDicList.3 RkGetKanji.3 \
+ RkGetLex.3 RkGetStat.3 RkGetYomi.3 RkGoto.3 RkInitialize.3 \
+ RkIntro.3 RkLeft.3 RkMountD.3 RkNext.3 RkNfer.3 RkPrev.3 \
+ RkRemountDic.3 RkResize.3 RkRight.3 RkShorten.3 RkStoreYomi.3 \
+ RkUnmountDic.3 RkXfer.3 cannalib.3 uilib.3 RkCloseRoma.3 \
+ RkCvtEuc.3 RkCvtHan.3 RkCvtHira.3 RkCvtKana.3 RkCvtRoma.3 \
+ RkCvtZen.3 RkMapPhonogram.3 RkMapRoma.3 RkOpenRoma.3
STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/canna.sh
post-install:
/sbin/ldconfig -m ${PREFIX}/lib
- for f in ${MAN3PAGES} ; do \
- ${COMPRESS_MAN} ${PREFIX}/man/man3/$$f ; done
- for f in ${MAN1PAGES} ; do \
- ${COMPRESS_MAN} ${PREFIX}/man/man1/$$f ; done
@if [ ! -f ${STARTUP_SCRIPT} ]; then \
echo "Installing ${STARTUP_SCRIPT} startup file."; \
echo '#!/bin/sh' > ${STARTUP_SCRIPT}; \
diff --git a/japanese/dvi2tty/Makefile b/japanese/dvi2tty/Makefile
index 791f13d91338..674f192b2c03 100644
--- a/japanese/dvi2tty/Makefile
+++ b/japanese/dvi2tty/Makefile
@@ -3,7 +3,7 @@
# Date created: 30 Mar. 1996
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.6 1996/11/05 04:14:29 max Exp $
+# $Id: Makefile,v 1.7 1996/11/11 10:11:49 max Exp $
#
DISTNAME= dvi2tty5.0
@@ -15,18 +15,19 @@ MASTER_SITES= ftp://ftp.ipc.chiba-u.ac.jp/misc/tex/dviwares/dvi2tty/ \
PATCH_SITES= ftp://ftp.ipc.chiba-u.ac.jp/misc/tex/dviwares/dvi2tty/ \
ftp://ftp.web.ad.jp/pub/TeX/akiu/dviwares/dvi2tty/
PATCHFILES= dvi2tty-ascii-jtex-patch dvi2tty.c-patch
+PATCH_DIST_STRIP= -p1
MAINTAINER= max@FreeBSD.ORG
RUN_DEPENDS= jless:${PORTSDIR}/japanese/less
-PATCH_DIST_STRIP= -p1
+
+MAN1= dvi2tty.1
do-install:
(for f in jdvi2tty disdvi ; do \
${INSTALL_PROGRAM} ${WRKSRC}/$$f ${PREFIX}/bin ; done)
${INSTALL_MAN} ${WRKSRC}/dvi2tty.1 ${PREFIX}/man/man1
-ln -sf ${PREFIX}/bin/jdvi2tty ${PREFIX}/bin/dvi2tty
- ${COMPRESS_MAN} ${PREFIX}/man/man1/dvi2tty.1
.if !defined(NOMANCOMPRESS)
ln -sf ${PREFIX}/man/man1/dvi2tty.1.gz ${PREFIX}/man/man1/jdvi2tty.1.gz
.else
diff --git a/japanese/ircII/Makefile b/japanese/ircII/Makefile
index 014802403c23..aedb3f62b1e8 100644
--- a/japanese/ircII/Makefile
+++ b/japanese/ircII/Makefile
@@ -3,7 +3,7 @@
# Date created: 02 May 1996
# Whom: Masafumi
#
-# $Id: Makefile,v 1.4 1996/11/05 04:14:32 max Exp $
+# $Id: Makefile,v 1.5 1996/11/11 10:11:58 max Exp $
#
DISTNAME= ircii-2.8.2
@@ -20,10 +20,10 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= max@FreeBSD.ORG
GNU_CONFIGURE= yes
+MAN1= irc.1
post-install:
cp -R ${WRKDIR}/help ${PREFIX}/lib/irc/
${INSTALL_MAN} ${WRKSRC}/doc/ircII.1 ${PREFIX}/man/man1/irc.1
- ${COMPRESS_MAN} ${PREFIX}/man/man1/irc.1
.include <bsd.port.mk>
diff --git a/japanese/kon2-16dot/Makefile b/japanese/kon2-16dot/Makefile
index 19c3631135b4..0c1f49e93a19 100644
--- a/japanese/kon2-16dot/Makefile
+++ b/japanese/kon2-16dot/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 June 1995
# Whom: Takashi Ogura <ogura@st.rim.or.jp>
#
-# $Id: Makefile,v 1.6 1996/09/19 04:38:17 asami Exp $
+# $Id: Makefile,v 1.7 1996/11/11 10:12:19 max Exp $
#
DISTNAME= kon
@@ -18,6 +18,8 @@ EXTRACT_ONLY= kon-0.99.4e.tgz
MAINTAINER= asami@FreeBSD.ORG
USE_GMAKE= yes
+MAN1= kon.1
+MANLANG= ja_JP.ujis
post-configure:
sed -e 's%%CURDIR%%${.CURDIR}' \
@@ -25,9 +27,4 @@ post-configure:
-e 's%%DISTDIR%%${DISTDIR}' \
files/dotconfig > ${WRKSRC}/.config
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/ja_JP.ujis/man1/kon.1
-.endif
-
.include <bsd.port.mk>
diff --git a/japanese/mule-canna/Makefile b/japanese/mule-canna/Makefile
index 3d418a9d9d5b..2bc2ea1ce718 100644
--- a/japanese/mule-canna/Makefile
+++ b/japanese/mule-canna/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.24 1996/09/20 06:18:37 max Exp $
+# $Id: Makefile,v 1.25 1996/11/11 10:12:30 max Exp $
#
DISTNAME= mule-2.3
@@ -25,6 +25,7 @@ CONFIGURE_ARGS= i386--freebsd --with-x-toolkit \
--canna-includes=/usr/local/include --terminal-face \
--locallisppath=${PREFIX}/lib/mule/site-lisp:${PREFIX}/share/emacs/site-lisp
STRIP=
+MAN1= coco.1 ctags.1 etags.1 m2ps.1 mule.1
pre-build:
find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \;
@@ -37,12 +38,5 @@ post-install:
strip ${PREFIX}/bin/etags
strip ${PREFIX}/bin/m2ps
strip ${PREFIX}/bin/mule-19.28
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/coco.1
- gzip -9nf ${PREFIX}/man/man1/ctags.1
- gzip -9nf ${PREFIX}/man/man1/etags.1
- gzip -9nf ${PREFIX}/man/man1/m2ps.1
- gzip -9nf ${PREFIX}/man/man1/mule.1
-.endif
.include <bsd.port.mk>
diff --git a/japanese/mule-freewnn/Makefile b/japanese/mule-freewnn/Makefile
index a8f604ce51b3..5dedba42f286 100644
--- a/japanese/mule-freewnn/Makefile
+++ b/japanese/mule-freewnn/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.24 1996/08/16 09:43:57 asami Exp $
+# $Id: Makefile,v 1.25 1996/11/11 10:12:33 max Exp $
#
DISTNAME= mule-2.3
@@ -25,6 +25,7 @@ CONFIGURE_ARGS= i386--freebsd --with-x-toolkit \
--wnn-includes=/usr/X11R6/include/wnn --terminal-face \
--locallisppath=${PREFIX}/lib/mule/site-lisp:${PREFIX}/share/emacs/site-lisp
STRIP=
+MAN1= coco.1 ctags.1 etags.1 m2ps.1 mule.1
pre-build:
find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \;
@@ -37,12 +38,5 @@ post-install:
strip ${PREFIX}/bin/etags
strip ${PREFIX}/bin/m2ps
strip ${PREFIX}/bin/mule-19.28
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/coco.1
- gzip -9nf ${PREFIX}/man/man1/ctags.1
- gzip -9nf ${PREFIX}/man/man1/etags.1
- gzip -9nf ${PREFIX}/man/man1/m2ps.1
- gzip -9nf ${PREFIX}/man/man1/mule.1
-.endif
.include <bsd.port.mk>
diff --git a/japanese/mule-sj3/Makefile b/japanese/mule-sj3/Makefile
index 031fcc4927c1..b60ef6375bae 100644
--- a/japanese/mule-sj3/Makefile
+++ b/japanese/mule-sj3/Makefile
@@ -3,7 +3,7 @@
# Date created: 8 August 1996
# Whom: Hidekazu Kuroki <hidekazu@cs.titech.ac.jp>
#
-# $Id: Makefile,v 1.1.1.1 1996/08/19 11:56:49 asami Exp $
+# $Id: Makefile,v 1.2 1996/11/11 10:12:31 max Exp $
#
DISTNAME= mule-2.3
@@ -24,6 +24,7 @@ CONFIGURE_ARGS= i386--freebsd --with-x-toolkit \
--sj3 --terminal-face \
--locallisppath=${PREFIX}/lib/mule/site-lisp:${PREFIX}/share/emacs/site-lisp
STRIP=
+MAN1= coco.1 ctags.1 etags.1 m2ps.1 mule.1
pre-build:
find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \;
@@ -36,12 +37,5 @@ post-install:
strip ${PREFIX}/bin/etags
strip ${PREFIX}/bin/m2ps
strip ${PREFIX}/bin/mule-19.28
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/coco.1
- gzip -9nf ${PREFIX}/man/man1/ctags.1
- gzip -9nf ${PREFIX}/man/man1/etags.1
- gzip -9nf ${PREFIX}/man/man1/m2ps.1
- gzip -9nf ${PREFIX}/man/man1/mule.1
-.endif
.include <bsd.port.mk>
diff --git a/japanese/mule-wnn6/Makefile b/japanese/mule-wnn6/Makefile
index a8f604ce51b3..5dedba42f286 100644
--- a/japanese/mule-wnn6/Makefile
+++ b/japanese/mule-wnn6/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.24 1996/08/16 09:43:57 asami Exp $
+# $Id: Makefile,v 1.25 1996/11/11 10:12:33 max Exp $
#
DISTNAME= mule-2.3
@@ -25,6 +25,7 @@ CONFIGURE_ARGS= i386--freebsd --with-x-toolkit \
--wnn-includes=/usr/X11R6/include/wnn --terminal-face \
--locallisppath=${PREFIX}/lib/mule/site-lisp:${PREFIX}/share/emacs/site-lisp
STRIP=
+MAN1= coco.1 ctags.1 etags.1 m2ps.1 mule.1
pre-build:
find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \;
@@ -37,12 +38,5 @@ post-install:
strip ${PREFIX}/bin/etags
strip ${PREFIX}/bin/m2ps
strip ${PREFIX}/bin/mule-19.28
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/coco.1
- gzip -9nf ${PREFIX}/man/man1/ctags.1
- gzip -9nf ${PREFIX}/man/man1/etags.1
- gzip -9nf ${PREFIX}/man/man1/m2ps.1
- gzip -9nf ${PREFIX}/man/man1/mule.1
-.endif
.include <bsd.port.mk>
diff --git a/japanese/mule-wnn7/Makefile b/japanese/mule-wnn7/Makefile
index a8f604ce51b3..5dedba42f286 100644
--- a/japanese/mule-wnn7/Makefile
+++ b/japanese/mule-wnn7/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 November 1994
# Whom: Satoshi Asami (asami)
#
-# $Id: Makefile,v 1.24 1996/08/16 09:43:57 asami Exp $
+# $Id: Makefile,v 1.25 1996/11/11 10:12:33 max Exp $
#
DISTNAME= mule-2.3
@@ -25,6 +25,7 @@ CONFIGURE_ARGS= i386--freebsd --with-x-toolkit \
--wnn-includes=/usr/X11R6/include/wnn --terminal-face \
--locallisppath=${PREFIX}/lib/mule/site-lisp:${PREFIX}/share/emacs/site-lisp
STRIP=
+MAN1= coco.1 ctags.1 etags.1 m2ps.1 mule.1
pre-build:
find ${WRKSRC} -name \*.orig -exec /bin/rm -f \{} \;
@@ -37,12 +38,5 @@ post-install:
strip ${PREFIX}/bin/etags
strip ${PREFIX}/bin/m2ps
strip ${PREFIX}/bin/mule-19.28
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/coco.1
- gzip -9nf ${PREFIX}/man/man1/ctags.1
- gzip -9nf ${PREFIX}/man/man1/etags.1
- gzip -9nf ${PREFIX}/man/man1/m2ps.1
- gzip -9nf ${PREFIX}/man/man1/mule.1
-.endif
.include <bsd.port.mk>
diff --git a/japanese/nethack/Makefile b/japanese/nethack/Makefile
index bcdf7e3f87ae..322501a96915 100644
--- a/japanese/nethack/Makefile
+++ b/japanese/nethack/Makefile
@@ -3,7 +3,7 @@
# Date created: 13 February 1995
# Whom: asami
#
-# $Id: Makefile,v 1.10 1996/11/02 20:23:52 max Exp $
+# $Id: Makefile,v 1.11 1996/11/11 10:12:34 max Exp $
#
DISTNAME= nethack-3.2.1
@@ -20,7 +20,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_GMAKE= yes
SHELL= /bin/sh
-FETCH_BEFORE_ARGS= -NP
+MAN6= dlb.6 dgn_comp.6 lev_comp.6 nethack.6 recover.6
pre-configure:
@cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh
@@ -29,11 +29,4 @@ pre-install:
@cd ${WRKSRC}/doc; chmod 644 *.6
@cd ${WRKSRC}/doc; ${MAKE} PREFIX=${PREFIX} manpages
-post-install:
- ${COMPRESS_MAN} ${PREFIX}/man/man6/dlb.6
- ${COMPRESS_MAN} ${PREFIX}/man/man6/dgn_comp.6
- ${COMPRESS_MAN} ${PREFIX}/man/man6/lev_comp.6
- ${COMPRESS_MAN} ${PREFIX}/man/man6/nethack.6
- ${COMPRESS_MAN} ${PREFIX}/man/man6/recover.6
-
.include <bsd.port.mk>
diff --git a/japanese/nethack32/Makefile b/japanese/nethack32/Makefile
index bcdf7e3f87ae..322501a96915 100644
--- a/japanese/nethack32/Makefile
+++ b/japanese/nethack32/Makefile
@@ -3,7 +3,7 @@
# Date created: 13 February 1995
# Whom: asami
#
-# $Id: Makefile,v 1.10 1996/11/02 20:23:52 max Exp $
+# $Id: Makefile,v 1.11 1996/11/11 10:12:34 max Exp $
#
DISTNAME= nethack-3.2.1
@@ -20,7 +20,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_GMAKE= yes
SHELL= /bin/sh
-FETCH_BEFORE_ARGS= -NP
+MAN6= dlb.6 dgn_comp.6 lev_comp.6 nethack.6 recover.6
pre-configure:
@cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh
@@ -29,11 +29,4 @@ pre-install:
@cd ${WRKSRC}/doc; chmod 644 *.6
@cd ${WRKSRC}/doc; ${MAKE} PREFIX=${PREFIX} manpages
-post-install:
- ${COMPRESS_MAN} ${PREFIX}/man/man6/dlb.6
- ${COMPRESS_MAN} ${PREFIX}/man/man6/dgn_comp.6
- ${COMPRESS_MAN} ${PREFIX}/man/man6/lev_comp.6
- ${COMPRESS_MAN} ${PREFIX}/man/man6/nethack.6
- ${COMPRESS_MAN} ${PREFIX}/man/man6/recover.6
-
.include <bsd.port.mk>
diff --git a/japanese/nethack34/Makefile b/japanese/nethack34/Makefile
index bcdf7e3f87ae..322501a96915 100644
--- a/japanese/nethack34/Makefile
+++ b/japanese/nethack34/Makefile
@@ -3,7 +3,7 @@
# Date created: 13 February 1995
# Whom: asami
#
-# $Id: Makefile,v 1.10 1996/11/02 20:23:52 max Exp $
+# $Id: Makefile,v 1.11 1996/11/11 10:12:34 max Exp $
#
DISTNAME= nethack-3.2.1
@@ -20,7 +20,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_GMAKE= yes
SHELL= /bin/sh
-FETCH_BEFORE_ARGS= -NP
+MAN6= dlb.6 dgn_comp.6 lev_comp.6 nethack.6 recover.6
pre-configure:
@cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh
@@ -29,11 +29,4 @@ pre-install:
@cd ${WRKSRC}/doc; chmod 644 *.6
@cd ${WRKSRC}/doc; ${MAKE} PREFIX=${PREFIX} manpages
-post-install:
- ${COMPRESS_MAN} ${PREFIX}/man/man6/dlb.6
- ${COMPRESS_MAN} ${PREFIX}/man/man6/dgn_comp.6
- ${COMPRESS_MAN} ${PREFIX}/man/man6/lev_comp.6
- ${COMPRESS_MAN} ${PREFIX}/man/man6/nethack.6
- ${COMPRESS_MAN} ${PREFIX}/man/man6/recover.6
-
.include <bsd.port.mk>
diff --git a/japanese/pine/Makefile b/japanese/pine/Makefile
index c117e3469600..1330132ff004 100644
--- a/japanese/pine/Makefile
+++ b/japanese/pine/Makefile
@@ -3,7 +3,7 @@
# Date created: 01 May 1996
# Whom: masafumi
#
-# $Id: Makefile,v 1.7 1996/11/02 20:21:27 max Exp $
+# $Id: Makefile,v 1.8 1996/11/11 10:08:22 max Exp $
#
DISTNAME= pine3.95
@@ -21,6 +21,8 @@ MAINTAINER= max@FreeBSD.ORG
LIB_DEPENDS= canna\\.1\\.:${PORTSDIR}/japanese/Canna
BUILD_DEPENDS= ${PREFIX}/lib/libcanna.a:${PORTSDIR}/japanese/Canna
+MAN1= pine.1 pilot.1 pico.1
+MAN8= imapd.8c ipopd.8c
EXTRACT_ONLY= pine3.95.tar.gz
pre-patch:
@@ -53,11 +55,4 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/imap/systype/ipopd/ipopd.8c ${PREFIX}/man/man8
ldconfig -vm /usr/local/lib
-post-install:
- ${COMPRESS_MAN} ${PREFIX}/man/man1/pine.1
- ${COMPRESS_MAN} ${PREFIX}/man/man1/pilot.1
- ${COMPRESS_MAN} ${PREFIX}/man/man1/pico.1
- ${COMPRESS_MAN} ${PREFIX}/man/man8/imapd.8c
- ${COMPRESS_MAN} ${PREFIX}/man/man8/ipopd.8c
-
.include <bsd.port.mk>
diff --git a/japanese/ptex-base/Makefile b/japanese/ptex-base/Makefile
index 18c47dcda4f7..64d8d486ed81 100644
--- a/japanese/ptex-base/Makefile
+++ b/japanese/ptex-base/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 Nov 1995
# Whom: Hideaki Ohmon <ohmon@sfc.keio.ac.jp>
#
-# $Id: Makefile,v 1.12 1996/11/07 14:49:57 max Exp $
+# $Id: Makefile,v 1.13 1996/11/11 08:11:46 max Exp $
#
DISTNAME= ptex3.1415.p2.1.4
@@ -35,7 +35,7 @@ BINARIES=kpsewhich dvicopy dvitype pdvitype gftodvi gftopk \
virtex patgen iniptex virptex inimf virmf bibtex jbibtex \
tangle weave pooltype
-MANPAGES=amslatex.1 amstex.1 bibtex.1 dvitype.1 etex.1 gftodvi.1 \
+MAN1= amslatex.1 amstex.1 bibtex.1 dvitype.1 etex.1 gftodvi.1 \
gftopk.1 gftype.1 initex.1 lamstex.1 latex.1 mf.1 mft.1 \
patgen.1 pktogf.1 pktype.1 pltotf.1 pooltype.1 slitex.1 \
tangle.1 tex.1 tftopl.1 vftovp.1 virtex.1 vptovf.1 weave.1
@@ -110,10 +110,5 @@ post-install:
@strip ${PREFIX}/bin/${bin}
.endfor
@echo "done."
- @echo -n "Compressing the man pages...."
-.for man in ${MANPAGES}
- @${COMPRESS_MAN} ${PREFIX}/man/man1/${man}
-.endfor
- @echo "done."
.include <bsd.port.mk>
diff --git a/japanese/ptex-common/Makefile b/japanese/ptex-common/Makefile
index 18c47dcda4f7..64d8d486ed81 100644
--- a/japanese/ptex-common/Makefile
+++ b/japanese/ptex-common/Makefile
@@ -3,7 +3,7 @@
# Date created: 5 Nov 1995
# Whom: Hideaki Ohmon <ohmon@sfc.keio.ac.jp>
#
-# $Id: Makefile,v 1.12 1996/11/07 14:49:57 max Exp $
+# $Id: Makefile,v 1.13 1996/11/11 08:11:46 max Exp $
#
DISTNAME= ptex3.1415.p2.1.4
@@ -35,7 +35,7 @@ BINARIES=kpsewhich dvicopy dvitype pdvitype gftodvi gftopk \
virtex patgen iniptex virptex inimf virmf bibtex jbibtex \
tangle weave pooltype
-MANPAGES=amslatex.1 amstex.1 bibtex.1 dvitype.1 etex.1 gftodvi.1 \
+MAN1= amslatex.1 amstex.1 bibtex.1 dvitype.1 etex.1 gftodvi.1 \
gftopk.1 gftype.1 initex.1 lamstex.1 latex.1 mf.1 mft.1 \
patgen.1 pktogf.1 pktype.1 pltotf.1 pooltype.1 slitex.1 \
tangle.1 tex.1 tftopl.1 vftovp.1 virtex.1 vptovf.1 weave.1
@@ -110,10 +110,5 @@ post-install:
@strip ${PREFIX}/bin/${bin}
.endfor
@echo "done."
- @echo -n "Compressing the man pages...."
-.for man in ${MANPAGES}
- @${COMPRESS_MAN} ${PREFIX}/man/man1/${man}
-.endfor
- @echo "done."
.include <bsd.port.mk>
diff --git a/japanese/qkc/Makefile b/japanese/qkc/Makefile
index fe07714dcfaf..24c78bacd3b6 100644
--- a/japanese/qkc/Makefile
+++ b/japanese/qkc/Makefile
@@ -3,7 +3,7 @@
# Date created: 03 May 1996
# Whom: Masafumi NAKANE <max@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.4 1996/11/05 04:14:37 max Exp $
+# $Id: Makefile,v 1.5 1996/11/11 10:12:42 max Exp $
#
DISTNAME= qkcc100
@@ -21,11 +21,10 @@ EXTRACT_CMD= unzip
EXTRACT_ARGS= -q
NO_WRKSUBDIR= yes
ALL_TARGET=
+MAN1= qkc.1
do-install:
install -cs -o bin -g bin -m 755 ${WRKSRC}/qkc ${PREFIX}/bin
install -c -m 644 -o bin -g bin ${WRKSRC}/qkc.1 ${PREFIX}/man/man1
-post-install:
- ${COMPRESS_MAN} ${PREFIX}/man/man1/qkc.1
.include <bsd.port.mk>
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>
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>
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>
diff --git a/japanese/vfghostscript/Makefile b/japanese/vfghostscript/Makefile
index c412c666b1a4..2396c017bf77 100644
--- a/japanese/vfghostscript/Makefile
+++ b/japanese/vfghostscript/Makefile
@@ -3,7 +3,7 @@
# Date created: 14 May 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
-# $Id: Makefile,v 1.3 1996/11/04 10:56:48 asami Exp $
+# $Id: Makefile,v 1.4 1996/11/11 10:13:03 max Exp $
#
DISTNAME= ghostscript2.6.2
@@ -26,6 +26,7 @@ RUN_DEPENDS= ${PREFIX}/lib/libVFlib.a:${PORTSDIR}/japanese/vflib
WRKSRC= ${WRKDIR}/gs262
EXTRACT_ONLY= ghostscript-2.6.2.tar.gz
+MAN1= gs.1
DOC_DIR=${PREFIX}/lib/ghostscript/doc
@@ -106,7 +107,6 @@ post-install:
)
@(${MKDIR} ${PREFIX}/man/man1 ; \
${CP} ${WRKSRC}/gs.1 ${PREFIX}/man/man1/ ; \
- ${COMPRESS_MAN} ${PREFIX}/man/man1/gs.1 ; \
${CP} ${WRKSRC}/gs261j.jis ${DOC_DIR} ; \
${CP} ${WRKSRC}/printers.jis ${DOC_DIR} ; \
${CP} ${WRKSRC}/gdevmjc-0.7/README.jis ${DOC_DIR}/gdevmjc.jis ; \