diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-02-20 10:59:16 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-02-20 10:59:16 +0000 |
commit | 93d6855c888d2549ce4fec58267f3afdf2e1870e (patch) | |
tree | b009f435da83171fce153f2a30610096a10dfb39 /databases/p5-DBI | |
parent | Upgrade to 2.9, and remove BROKEN tag. (diff) |
Add Bundle::DBI.3.
Notes
Notes:
svn path=/head/; revision=16797
Diffstat (limited to 'databases/p5-DBI')
-rw-r--r-- | databases/p5-DBI/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index be715efcc041..d23091bbd6b3 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -3,7 +3,7 @@ # Date created: October 17th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.19 1999/01/21 17:50:56 vanilla Exp $ +# $Id: Makefile,v 1.20 1999/01/30 16:09:32 vanilla Exp $ # DISTNAME= DBI-1.06 @@ -21,7 +21,8 @@ CONFIGURE_ARGS= PREFIX=${PREFIX} MAN1= dbiproxy.1 \ dbish.1 -MAN3= DBD::Proxy.3 \ +MAN3= Bundle::DBI.3 \ + DBD::Proxy.3 \ DBI.3 \ DBI::DBD.3 \ DBI::FAQ.3 \ |