aboutsummaryrefslogtreecommitdiff
path: root/databases/libsdb/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2002-06-13 15:31:49 +0000
committerAnton Berezin <tobez@FreeBSD.org>2002-06-13 15:31:49 +0000
commit4a477009b607b1d20e5411ddb3846c78d221fe9a (patch)
tree8a312c6e5c38481bb4075cfe7efe6725248abf23 /databases/libsdb/Makefile
parent32088666dc2e965e14dd88a7d9e84695ccc4c165 (diff)
downloadports-4a477009b607b1d20e5411ddb3846c78d221fe9a.tar.gz
ports-4a477009b607b1d20e5411ddb3846c78d221fe9a.zip
Notes
Diffstat (limited to 'databases/libsdb/Makefile')
-rw-r--r--databases/libsdb/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/libsdb/Makefile b/databases/libsdb/Makefile
index aa69f0a5c1ed..c65ccc6bcbd1 100644
--- a/databases/libsdb/Makefile
+++ b/databases/libsdb/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= libsdb
-PORTVERSION= 0.2.2
+PORTVERSION= 0.4.0
CATEGORIES= databases
MASTER_SITES= ftp://siag.nu/pub/libsdb/ \
http://siag.nu/pub/libsdb/
@@ -18,4 +18,7 @@ MAINTAINER= ports@FreeBSD.org
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
+MAN3= sdb.3 sdb_init.3 sdb_open.3 sdb_close.3 sdb_query.3
+MAN8= sdbd.8
+
.include <bsd.port.mk>