diff --git a/net/echoping/Makefile b/net/echoping/Makefile index d7cd706ba7d4..dbab683361db 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -1,50 +1,51 @@ PORTNAME= echoping PORTVERSION= 6.0.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= net MAINTAINER= ports@FreeBSD.org COMMENT= Ping-like program that uses TCP and/or HTTP WWW= https://framagit.org/bortzmeyer/echoping LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpopt.so:devel/popt \ libidn.so:dns/libidn 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}" INSTALL_TARGET= install-strip PING_PLUGINS= dns random whois USE_GITLAB= yes GL_SITE= https://framagit.org GL_ACCOUNT= bortzmeyer GL_TAGNAME= ccf3c95d9249d3065db3853486f41c852d20101e WRKSRC_SUBDIR= SRC OPTIONS_DEFINE= LDAP PGSQL OPTIONS_DEFAULT=LDAP OPTIONS_SUB= yes LDAP_USES= ldap LDAP_VARS= PING_PLUGINS+=ldap PGSQL_USES= pgsql PGSQL_VARS= PING_PLUGINS+=postgresql pre-configure: ${FIND} ${WRKSRC} -name configure.ac -execdir ${SH} -c '\ ${CAT} ${WRKSRC}/configure-common.ac > configure.ac.tmp && \ ${SED} '/configure-common\.ac/d' configure.ac >> configure.ac.tmp && \ ${MV} configure.ac.tmp configure.ac' \; ${REINPLACE_CMD} '/^echoping_LDADD =/s/$$/ -lm/' ${WRKSRC}/Makefile.am .include 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 @@ -1,29 +1,29 @@ bin/echoping include/echoping/compilation.h include/echoping/echoping.h lib/echoping/dns.a lib/echoping/dns.so lib/echoping/dns.so.0 lib/echoping/dns.so.0.0.0 %%LDAP%%lib/echoping/ldap.a %%LDAP%%lib/echoping/ldap.so %%LDAP%%lib/echoping/ldap.so.0 %%LDAP%%lib/echoping/ldap.so.0.0.0 %%PGSQL%%lib/echoping/postgresql.a %%PGSQL%%lib/echoping/postgresql.so %%PGSQL%%lib/echoping/postgresql.so.0 %%PGSQL%%lib/echoping/postgresql.so.0.0.0 lib/echoping/random.a lib/echoping/random.so lib/echoping/random.so.0 lib/echoping/random.so.0.0.0 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