diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-20 18:32:08 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-20 18:37:13 +0000 |
commit | 9ca0f1c654d40d5b22f271d2161216aa17935eac (patch) | |
tree | 9366fab18f948d060dd83415a1c4b8eabf7fb28d | |
parent | 732cc5e2174f0d3356ea9bfaa95630318f2457ff (diff) | |
download | ports-9ca0f1c654d40d5b22f271d2161216aa17935eac.tar.gz ports-9ca0f1c654d40d5b22f271d2161216aa17935eac.zip |
net/yazproxy: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | net/yazproxy/Makefile | 3 | ||||
-rw-r--r-- | net/yazproxy/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/yazproxy/Makefile b/net/yazproxy/Makefile index fdd4df181b54..ff88d7c0d79b 100644 --- a/net/yazproxy/Makefile +++ b/net/yazproxy/Makefile @@ -1,6 +1,6 @@ PORTNAME= yazproxy PORTVERSION= 1.3.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yazproxy/ @@ -12,6 +12,7 @@ LIB_DEPENDS= libyazpp.so:net/yaz++ USES= libtool GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS+=--enable-shared --with-yazpp=${LOCALBASE}/bin USE_LDCONFIG= yes diff --git a/net/yazproxy/pkg-plist b/net/yazproxy/pkg-plist index 5e5c1c2d682b..02971f7a6639 100644 --- a/net/yazproxy/pkg-plist +++ b/net/yazproxy/pkg-plist @@ -49,4 +49,4 @@ lib/yazproxy/mod_proxy_sample.so %%DATADIR%%/yazproxy.xsd %%DATADIR%%/yazproxyctl.sh %%DATADIR%%/zeerex-2.0.xsd -man/man8/yazproxy.8.gz +share/man/man8/yazproxy.8.gz |