aboutsummaryrefslogtreecommitdiffstats
path: root/net/yaz/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/yaz/Makefile')
-rw-r--r--net/yaz/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/net/yaz/Makefile b/net/yaz/Makefile
index 38e61a9767d8..86650426a128 100644
--- a/net/yaz/Makefile
+++ b/net/yaz/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= yaz
-PORTVERSION= 2.1.53
+PORTVERSION= 3.0.26
CATEGORIES= net
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
@@ -25,7 +25,7 @@ CONFIGURE_ARGS+=--enable-shared --with-openssl=${OPENSSLBASE} \
USE_LDCONFIG= yes
MAN1= yaz-asncomp.1 yaz-client.1 yaz-iconv.1 yaz-marcdump.1 \
- ziffy.1 zoomsh.1
+ zoomsh.1 yaz-icu.1 yaz-illclient.1
MAN7= yaz-log.7 yaz.7
MAN8= yaz-config.8 yaz-ztest.8
@@ -33,8 +33,5 @@ pre-install:
cd ${WRKSRC}/doc && \
${REINPLACE_CMD} -e 's,[$$]{datarootdir}/man,${PREFIX}/man,' \
Makefile
- cd ${WRKSRC}/ziffy && \
- ${REINPLACE_CMD} -e 's,[$$]{datarootdir}/man,${PREFIX}/man,' \
- Makefile
.include <bsd.port.mk>