diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-09 01:11:31 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-09 01:11:31 +0000 |
commit | 60eb7ef0060d60a1b85f38819a4449fab7ac75f2 (patch) | |
tree | d6ec535a6feb73171a5e2875a72a819dc8835196 /lang/gauche/Makefile | |
parent | c2cdee03877f284c1b6c842cb2ede17cd2c42b47 (diff) | |
download | pkgsrc-60eb7ef0060d60a1b85f38819a4449fab7ac75f2.tar.gz |
Info files have been moved to the PLIST already, so empty out the
INFO_FILES variable.
Diffstat (limited to 'lang/gauche/Makefile')
-rw-r--r-- | lang/gauche/Makefile | 4 |
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" |