summaryrefslogtreecommitdiff
path: root/lang/gauche
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-04-09 01:11:31 +0000
committerjlam <jlam@pkgsrc.org>2006-04-09 01:11:31 +0000
commit60eb7ef0060d60a1b85f38819a4449fab7ac75f2 (patch)
treed6ec535a6feb73171a5e2875a72a819dc8835196 /lang/gauche
parentc2cdee03877f284c1b6c842cb2ede17cd2c42b47 (diff)
downloadpkgsrc-60eb7ef0060d60a1b85f38819a4449fab7ac75f2.tar.gz
Info files have been moved to the PLIST already, so empty out the
INFO_FILES variable.
Diffstat (limited to 'lang/gauche')
-rw-r--r--lang/gauche/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile
index 98d7135ac76..950227d2d5a 100644
--- a/lang/gauche/Makefile
+++ b/lang/gauche/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2006/03/31 18:35:22 jlam Exp $
+# $NetBSD: Makefile,v 1.38 2006/04/09 01:11:31 jlam Exp $
#
DISTNAME= Gauche-0.8.6
@@ -28,7 +28,7 @@ CONFIGURE_ARGS+= --with-iconv-lib=${BUILDLINK_LDADD.iconv:M-l*:S/-l//:Q}
MAKE_ENV+= ICONV_LDFLAGS=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.iconv}/lib
USE_TOOLS+= gzip makeinfo
-INFO_FILES= gauche-refe.info gauche-refj.info
+INFO_FILES= # PLIST
.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/dlopen.buildlink3.mk"