pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/gauche gunzip the info files, so they are found b...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bacdd19525fa
branches:  trunk
changeset: 508644:bacdd19525fa
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Feb 22 22:28:35 2006 +0000

description:
gunzip the info files, so they are found by the pkgsrc
info framework. More files in binary package -> PKGREVISION bump.

diffstat:

 lang/gauche/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 1a0454e08c59 -r bacdd19525fa lang/gauche/Makefile
--- a/lang/gauche/Makefile      Wed Feb 22 22:13:42 2006 +0000
+++ b/lang/gauche/Makefile      Wed Feb 22 22:28:35 2006 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.33 2006/01/15 07:55:28 uebayasi Exp $
+# $NetBSD: Makefile,v 1.34 2006/02/22 22:28:35 wiz Exp $
 #
 
 DISTNAME=      Gauche-0.8.6
+PKGREVISION=   1
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=gauche/}
 EXTRACT_SUFX=  .tgz
@@ -32,8 +33,12 @@
 LDFLAGS+=              ${BUILDLINK_LIBICONV_LDADD}
 
 USE_MAKEINFO=          YES
+USE_TOOLS+=            gzip
 INFO_FILES=            gauche-refe.info gauche-refj.info
 
+post-install:
+       gzip -d ${PREFIX}/info/gauche-ref*gz
+
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index