summaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-02-22 22:28:35 +0000
committerwiz <wiz@pkgsrc.org>2006-02-22 22:28:35 +0000
commit0d4bfd0c5b08df98f3b5f86dd69e5cc60fd77af3 (patch)
treee35d7e62b12561f138886e75ac222b7149f40502 /lang/gauche
parent636a554ffcd3d78e17b2efbb4be5d8553b1c8450 (diff)
downloadpkgsrc-0d4bfd0c5b08df98f3b5f86dd69e5cc60fd77af3.tar.gz
gunzip the info files, so they are found by the pkgsrc
info framework. More files in binary package -> PKGREVISION bump.
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index 237c52d8a69..26072b65b84 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -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 @@ _WITH_ICONV_LIB= ${BUILDLINK_LIBICONV_LDADD:M-l*:C/-l//}
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"