pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/skf Let to allow installing compressed docu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/514522906afd
branches:  trunk
changeset: 597428:514522906afd
user:      obache <obache%pkgsrc.org@localhost>
date:      Fri Dec 23 11:32:37 2011 +0000

description:
Let to allow installing compressed document for the case of MANZ=yes.

Bump PKGREVISION.

diffstat:

 converters/skf/Makefile |   7 +++----
 converters/skf/PLIST    |  12 ++++++------
 2 files changed, 9 insertions(+), 10 deletions(-)

diffs (51 lines):

diff -r dc25e964737d -r 514522906afd converters/skf/Makefile
--- a/converters/skf/Makefile   Fri Dec 23 08:08:02 2011 +0000
+++ b/converters/skf/Makefile   Fri Dec 23 11:32:37 2011 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.33 2011/04/22 13:43:11 obache Exp $
+# $NetBSD: Makefile,v 1.34 2011/12/23 11:32:37 obache Exp $
 
 DISTNAME=      skf_${VERSION}.4
 VERSION=       1.97
 PKGNAME=       ${DISTNAME:S/_/-/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    japanese converters
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE_JP:=skf/50807/}
 
@@ -18,8 +18,7 @@
 INSTALL_TARGET=        install locale_install
 
 USE_PKGLOCALEDIR=      yes
-USE_TOOLS+=            msgfmt perl
-TOOLS_NOOP+=           gzip
+USE_TOOLS+=            msgfmt perl gzip
 GNU_CONFIGURE=         yes
 MAKE_JOBS_SAFE=                no
 
diff -r dc25e964737d -r 514522906afd converters/skf/PLIST
--- a/converters/skf/PLIST      Fri Dec 23 08:08:02 2011 +0000
+++ b/converters/skf/PLIST      Fri Dec 23 11:32:37 2011 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2010/02/07 13:17:55 obache Exp $
+@comment $NetBSD: PLIST,v 1.9 2011/12/23 11:32:37 obache Exp $
 bin/skf
 man/ja_JP.EUC/man1/skf.1
 man/ja_JP.UTF-8/man1/skf.1
@@ -6,11 +6,11 @@
 share/doc/skf/CHANGES_ja.txt
 share/doc/skf/README.txt
 share/doc/skf/copyright
-share/doc/skf/doc/1.Introduction.txt
-share/doc/skf/doc/2.intenal_code.txt
-share/doc/skf/doc/3.charset.txt
-share/doc/skf/doc/4.moji_table.txt
-share/doc/skf/doc/5.languages.txt
+share/doc/skf/doc/1.Introduction.txt.gz
+share/doc/skf/doc/2.intenal_code.txt.gz
+share/doc/skf/doc/3.charset.txt.gz
+share/doc/skf/doc/4.moji_table.txt.gz
+share/doc/skf/doc/5.languages.txt.gz
 share/locale/ja/LC_MESSAGES/skf.mo
 share/skf/lib/${VERSION}/iIM34@.stb
 share/skf/lib/${VERSION}/iIM34E.stb



Home | Main Index | Thread Index | Old Index