diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-05 06:27:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-05 06:27:41 +0000 |
commit | 1c035e359984777e5eee2d0a0feac83947966ff2 (patch) | |
tree | 9715e961e0768a329a3f48b11197783d3a0dc0d2 /lang/ksi | |
parent | 689372fa1226b8c817a4c5329323c4e503bef336 (diff) | |
download | pkgsrc-1c035e359984777e5eee2d0a0feac83947966ff2.tar.gz |
List the info files directly in the PLIST, and honor PKGINFODIR and
PKGMANDIR.
Diffstat (limited to 'lang/ksi')
-rw-r--r-- | lang/ksi/Makefile | 4 | ||||
-rw-r--r-- | lang/ksi/PLIST | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/lang/ksi/Makefile b/lang/ksi/Makefile index e1a213e26a9..8c9e881cabc 100644 --- a/lang/ksi/Makefile +++ b/lang/ksi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/04/04 17:45:08 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/04/05 06:27:41 jlam Exp $ DISTNAME= ksi-3.4.1 PKGREVISION= 4 @@ -12,7 +12,7 @@ COMMENT= Portable, embeddable Scheme implementation written in C CPPFLAGS+= -Dunix GNU_CONFIGURE= yes USE_TOOLS+= makeinfo -INFO_FILES= ksi-lang.info ksi-lib.info ksi.info +INFO_FILES= # PLIST MAKE_ENV+= GC_PREFIX=${BUILDLINK_PREFIX.boehm-gc:Q} USE_GNU_READLINE= # uses rl_event_hook() interface USE_LIBTOOL= yes diff --git a/lang/ksi/PLIST b/lang/ksi/PLIST index 84875a26e08..34a3e07ad6f 100644 --- a/lang/ksi/PLIST +++ b/lang/ksi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2004/09/22 08:09:39 jlam Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/04/05 06:27:41 jlam Exp $ bin/ksi bin/ksi-compile bin/ksi-config @@ -13,6 +13,9 @@ include/ksi/ksi_type.h include/ksi/ksi_ver.h include/ksi/ksi_vtab.h include/ksi/ksi_z.h +info/ksi-lang.info +info/ksi-lib.info +info/ksi.info lib/ksi/libksi.la lib/ksi/libregexp.la lib/ksi/libzip.la |