diff options
author | asami <asami@FreeBSD.org> | 1998-08-25 08:44:33 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-25 08:44:33 +0800 |
commit | b937352e44e1f240d9b751805046416b5e08125a (patch) | |
tree | 09b43d3fe9698d9a2c3ba65a0418c55e5eae1818 /japanese/Canna | |
parent | 04251e7462b83c427f61f826e117651e3f7d2153 (diff) | |
download | freebsd-ports-gnome-b937352e44e1f240d9b751805046416b5e08125a.tar.gz freebsd-ports-gnome-b937352e44e1f240d9b751805046416b5e08125a.tar.zst freebsd-ports-gnome-b937352e44e1f240d9b751805046416b5e08125a.zip |
These ports install uncompressed manpages even though USE_IMAKE is
set, so mark them with MANCOMPRESSED=no. Note that this requires the
new bsd.port.mk that is not committed yet (going through final tests,
will be committed in a few hours).
Diffstat (limited to 'japanese/Canna')
-rw-r--r-- | japanese/Canna/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/Canna/Makefile b/japanese/Canna/Makefile index 4954fcc9b6a9..ff38379f60c0 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.18 1997/10/17 15:59:04 itojun Exp $ +# $Id: Makefile,v 1.19 1998/08/15 05:06:04 kuriyama Exp $ # DISTNAME= Canna32p2 @@ -30,6 +30,7 @@ MAN3= RkRgnBun.3 RkDefineDic.3 RkDeleteDic.3 RkEndBun.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 +MANCOMPRESSED= no STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/canna.sh |