Date: Sun, 25 Feb 2024 08:19:11 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fe065baeaac5 - main - net/echoping: Moved man to share/man Message-ID: <202402250819.41P8JBoq027409@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=fe065baeaac5e9cb083dabb9981a11be971ea49d commit fe065baeaac5e9cb083dabb9981a11be971ea49d Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 07:39:16 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 08:18:30 +0000 net/echoping: Moved man to share/man Approved by: portmgr (blanket) --- net/echoping/Makefile | 3 ++- net/echoping/pkg-plist | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/net/echoping/Makefile b/net/echoping/Makefile index d7cd706ba7d4..dbab683361db 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -1,6 +1,6 @@ PORTNAME= echoping PORTVERSION= 6.0.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net MAINTAINER= ports@FreeBSD.org @@ -17,6 +17,7 @@ USES= autoreconf cpe libtool pkgconfig ssl CPE_VENDOR= echoping_project GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-http --enable-icp --enable-smtp --with-ssl \ --enable-ttcp --enable-tos --with-libidn=${LOCALBASE} \ --enable-plugin="${PING_PLUGINS}" diff --git a/net/echoping/pkg-plist b/net/echoping/pkg-plist index c174c1d30464..c913e6f233b6 100644 --- a/net/echoping/pkg-plist +++ b/net/echoping/pkg-plist @@ -21,9 +21,9 @@ lib/echoping/whois.a lib/echoping/whois.so lib/echoping/whois.so.0 lib/echoping/whois.so.0.0.0 -man/man1/echoping.1.gz -man/man1/echoping_dns.1.gz -%%LDAP%%man/man1/echoping_ldap.1.gz -%%PGSQL%%man/man1/echoping_postgresql.1.gz -man/man1/echoping_random.1.gz -man/man1/echoping_whois.1.gz +share/man/man1/echoping.1.gz +share/man/man1/echoping_dns.1.gz +%%LDAP%%share/man/man1/echoping_ldap.1.gz +%%PGSQL%%share/man/man1/echoping_postgresql.1.gz +share/man/man1/echoping_random.1.gz +share/man/man1/echoping_whois.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402250819.41P8JBoq027409>