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-wrap1 | |
parent | 8a3f3aff46d4065ab9601287b6d7839ed280af03 (diff) | |
download | pkgsrc-4057b7edfd80c4e8a3774f92e4dd6fa07e21e57c.tar.gz |
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'devel/g-wrap1')
-rw-r--r-- | devel/g-wrap1/Makefile | 4 | ||||
-rw-r--r-- | devel/g-wrap1/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/g-wrap1/Makefile b/devel/g-wrap1/Makefile index b1bce9acf2d..a03842e3fb8 100644 --- a/devel/g-wrap1/Makefile +++ b/devel/g-wrap1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/05 16:27:24 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/03/30 03:44:42 jlam Exp $ DISTNAME= g-wrap-1.3.4 PKGREVISION= 7 @@ -15,7 +15,7 @@ DEPENDS+= guile-slib>=2.4.2nb6:../../devel/guile-slib GNU_CONFIGURE= YES USE_TOOLS+= gmake makeinfo USE_LIBTOOL= YES -INFO_FILES= g-wrap.info +INFO_FILES= # PLIST CONFIGURE_ARGS+= --with-modules-dir=${PREFIX}/share/guile CONFIGURE_ENV+= ac_cv_path_RSCHEME="nope" diff --git a/devel/g-wrap1/PLIST b/devel/g-wrap1/PLIST index 428a8c73c70..b9cfb11cbfc 100644 --- a/devel/g-wrap1/PLIST +++ b/devel/g-wrap1/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2004/12/04 16:23:42 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2006/03/30 03:44:42 jlam Exp $ bin/g-wrap-config include/g-wrap/g-wrap-compatibility.h include/g-wrap/g-wrap-glib.h include/g-wrap/g-wrap-wct.h +info/g-wrap.info lib/libgw-glib.la lib/libgw-gtk.la lib/libgw-standard.la |