diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-01-11 08:22:19 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2005-01-11 08:22:19 +0000 |
commit | 43d1975f7e825c21bc6a4e2d18873146cb842c26 (patch) | |
tree | ea6c41dc8c395324535f29afe9536be61445c138 /net/p5-Net-Z3950 | |
parent | a1e90c4c32b0790636f2e0d1ba8977016a1ae888 (diff) | |
download | ports-43d1975f7e825c21bc6a4e2d18873146cb842c26.tar.gz ports-43d1975f7e825c21bc6a4e2d18873146cb842c26.zip |
Add missing manpage.
Notes
Notes:
svn path=/head/; revision=126111
Diffstat (limited to 'net/p5-Net-Z3950')
-rw-r--r-- | net/p5-Net-Z3950/Makefile | 3 |
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> |