diff options
author | jlam <jlam> | 2006-03-30 03:44:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-03-30 03:44:41 +0000 |
commit | 4057b7edfd80c4e8a3774f92e4dd6fa07e21e57c (patch) | |
tree | e284cce507534ba20c3380c2f5b60203bf4526fe /devel/g-wrap | |
parent | 8a3f3aff46d4065ab9601287b6d7839ed280af03 (diff) | |
download | pkgsrc-4057b7edfd80c4e8a3774f92e4dd6fa07e21e57c.tar.gz |
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'devel/g-wrap')
-rw-r--r-- | devel/g-wrap/Makefile | 4 | ||||
-rw-r--r-- | devel/g-wrap/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index fe8b17f12a5..8b076fc6b0a 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2006/03/05 16:27:24 jlam Exp $ +# $NetBSD: Makefile,v 1.43 2006/03/30 03:44:42 jlam Exp $ DISTNAME= g-wrap-1.9.6 PKGREVISION= 1 @@ -16,7 +16,7 @@ GNU_CONFIGURE= YES USE_TOOLS+= gmake makeinfo pkg-config USE_LIBTOOL= YES TEST_TARGET= check -INFO_FILES= g-wrap.info +INFO_FILES= # PLIST pre-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/guile/site/g-wrap/guile/ws diff --git a/devel/g-wrap/PLIST b/devel/g-wrap/PLIST index acb7655dfc9..d5098ce5815 100644 --- a/devel/g-wrap/PLIST +++ b/devel/g-wrap/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2005/03/02 21:50:12 wiz Exp $ +@comment $NetBSD: PLIST,v 1.12 2006/03/30 03:44:42 jlam Exp $ bin/g-wrap-config include/ffi.h include/ffitarget.h @@ -8,6 +8,7 @@ include/g-wrap/ffi-support.h include/g-wrap/guile-compatibility.h include/g-wrap/guile-runtime.h include/g-wrap/guile-wct.h +info/g-wrap.info lib/libffi.la lib/libgw-guile-gw-glib.la lib/libgw-guile-standard.la |