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 /databases/guile-pg | |
parent | 8a3f3aff46d4065ab9601287b6d7839ed280af03 (diff) | |
download | pkgsrc-4057b7edfd80c4e8a3774f92e4dd6fa07e21e57c.tar.gz |
* Honor PKGINFODIR.
* List the info files directly in the PLIST.
Diffstat (limited to 'databases/guile-pg')
-rw-r--r-- | databases/guile-pg/Makefile | 5 | ||||
-rw-r--r-- | databases/guile-pg/PLIST | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/guile-pg/Makefile b/databases/guile-pg/Makefile index 79591924b17..c61a34423ea 100644 --- a/databases/guile-pg/Makefile +++ b/databases/guile-pg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/02/05 23:08:31 joerg Exp $ +# $NetBSD: Makefile,v 1.26 2006/03/30 03:44:41 jlam Exp $ # DISTNAME= guile-pg-0.29 @@ -13,11 +13,10 @@ COMMENT= PostgreSQL interface for Guile USE_LIBTOOL= YES USE_TOOLS+= gmake GNU_CONFIGURE= YES +INFO_FILES= # PLIST TEST_TARGET= check -INFO_FILES= guile-pg.info - # There are several versions of guile; the relevant ones for this # module are 1.6.x, which is the current FSF version, and ttn-1.4, # which is a forked version of 1.4 by Thien-Thi Nguyen, the maintainer diff --git a/databases/guile-pg/PLIST b/databases/guile-pg/PLIST index 8f9fd9a974f..30f15d02e52 100644 --- a/databases/guile-pg/PLIST +++ b/databases/guile-pg/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.6 2005/12/09 16:01:10 gdt Exp $ +@comment $NetBSD: PLIST,v 1.7 2006/03/30 03:44:41 jlam Exp $ +info/guile-pg.info lib/guile/site/database/libpostgres.la lib/guile/site/database/postgres-col-defs.scm lib/guile/site/database/postgres-gxrepl.scm |