aboutsummaryrefslogtreecommitdiff
path: root/databases/cdb
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-07-21 22:16:24 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-07-21 22:16:24 +0000
commit9fc443420d446fdb0353b496cb347591fc6f8f88 (patch)
tree78f3f561d64b1885956a67020821e39e67c31d1f /databases/cdb
parentd250e9dd2716179987e8850fe3016737580d33b3 (diff)
downloadports-9fc443420d446fdb0353b496cb347591fc6f8f88.tar.gz
ports-9fc443420d446fdb0353b496cb347591fc6f8f88.zip
Notes
Diffstat (limited to 'databases/cdb')
-rw-r--r--databases/cdb/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/cdb/Makefile b/databases/cdb/Makefile
index 0894bb4eef54..b9a18b9a27ed 100644
--- a/databases/cdb/Makefile
+++ b/databases/cdb/Makefile
@@ -3,7 +3,7 @@
# Date created: 18th July 1998
# Whom: Gary Palmer <gpalmer@freebsd.org>
#
-# $Id: Makefile,v 1.1.1.1 1998/07/19 02:37:30 gpalmer Exp $
+# $Id: Makefile,v 1.2 1998/07/21 08:26:35 gpalmer Exp $
#
DISTNAME= cdb-0.55
@@ -13,5 +13,7 @@ MASTER_SITES= ftp://koobera.math.uic.edu/www/software/
MAINTAINER= ports@FreeBSD.ORG
ALL_TARGET= it
+MAN1= cdbget.1 cdbmake.1 cdbdump.1 cdbstats.1 cdbtest.1
+MAN3= cdb.3
.include <bsd.port.mk>