summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2005-01-11 08:22:19 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2005-01-11 08:22:19 +0000
commit43d1975f7e825c21bc6a4e2d18873146cb842c26 (patch)
treeea6c41dc8c395324535f29afe9536be61445c138 /net
parentUpdate to 0.76.23 (diff)
Add missing manpage.
Notes
Notes: svn path=/head/; revision=126111
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-Z3950/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/p5-Net-Z3950/Makefile b/net/p5-Net-Z3950/Makefile
index 1e43afeac1c0..8432b4e39ba4 100644
--- a/net/p5-Net-Z3950/Makefile
+++ b/net/p5-Net-Z3950/Makefile
@@ -24,6 +24,7 @@ CONFIGURE_ENV+= LOCALBASE=${LOCALBASE}
MAN3= Net::Z3950::ResultSet.3 Net::Z3950::Manager.3 \
Net::Z3950::Tutorial.3 Net::Z3950::Record.3 \
- Net::Z3950::Connection.3 Net::Z3950::APDU.3 Net::Z3950.3
+ Net::Z3950::Connection.3 Net::Z3950::APDU.3 Net::Z3950.3 \
+ Net::Z3950::ScanSet.3
.include <bsd.port.mk>