diff options
author | demon <demon@FreeBSD.org> | 2003-12-05 09:55:45 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-12-05 09:55:45 +0000 |
commit | 7fcc2a039afc5cbc7f7da60e9a1da6ed9de0d674 (patch) | |
tree | 41eb8c59fc435646742367c8bba779b2aa37152e /net/yaz/Makefile | |
parent | 061afef732d581344333982cc0227ec5ca58c7f4 (diff) | |
download | FreeBSD-ports-7fcc2a039afc5cbc7f7da60e9a1da6ed9de0d674.zip FreeBSD-ports-7fcc2a039afc5cbc7f7da60e9a1da6ed9de0d674.tar.gz |
Update to version 2.0.6.
Diffstat (limited to 'net/yaz/Makefile')
-rw-r--r-- | net/yaz/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile index b0f2f19..212b661 100644 --- a/net/yaz/Makefile +++ b/net/yaz/Makefile @@ -6,7 +6,7 @@ # PORTNAME= yaz -PORTVERSION= 2.0.4 +PORTVERSION= 2.0.6 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/ @@ -22,7 +22,8 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes -MAN1= yaz-asncomp.1 yaz-client-ssl.1 yaz-client.1 zoomsh.1 +MAN1= yaz-asncomp.1 yaz-client-ssl.1 yaz-client.1 yaz-marcdump.1 \ + yaz-iconv.1 zoomsh.1 MAN7= yaz.7 MAN8= yaz-config.8 yaz-ztest-ssl.8 yaz-ztest.8 |