mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
net/echoping: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
8d190024c5
commit
fe065baeaa
2 changed files with 8 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= echoping
|
PORTNAME= echoping
|
||||||
PORTVERSION= 6.0.2
|
PORTVERSION= 6.0.2
|
||||||
PORTREVISION= 10
|
PORTREVISION= 11
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
@ -17,6 +17,7 @@ USES= autoreconf cpe libtool pkgconfig ssl
|
||||||
|
|
||||||
CPE_VENDOR= echoping_project
|
CPE_VENDOR= echoping_project
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
CONFIGURE_ARGS= --enable-http --enable-icp --enable-smtp --with-ssl \
|
CONFIGURE_ARGS= --enable-http --enable-icp --enable-smtp --with-ssl \
|
||||||
--enable-ttcp --enable-tos --with-libidn=${LOCALBASE} \
|
--enable-ttcp --enable-tos --with-libidn=${LOCALBASE} \
|
||||||
--enable-plugin="${PING_PLUGINS}"
|
--enable-plugin="${PING_PLUGINS}"
|
||||||
|
|
|
@ -21,9 +21,9 @@ lib/echoping/whois.a
|
||||||
lib/echoping/whois.so
|
lib/echoping/whois.so
|
||||||
lib/echoping/whois.so.0
|
lib/echoping/whois.so.0
|
||||||
lib/echoping/whois.so.0.0.0
|
lib/echoping/whois.so.0.0.0
|
||||||
man/man1/echoping.1.gz
|
share/man/man1/echoping.1.gz
|
||||||
man/man1/echoping_dns.1.gz
|
share/man/man1/echoping_dns.1.gz
|
||||||
%%LDAP%%man/man1/echoping_ldap.1.gz
|
%%LDAP%%share/man/man1/echoping_ldap.1.gz
|
||||||
%%PGSQL%%man/man1/echoping_postgresql.1.gz
|
%%PGSQL%%share/man/man1/echoping_postgresql.1.gz
|
||||||
man/man1/echoping_random.1.gz
|
share/man/man1/echoping_random.1.gz
|
||||||
man/man1/echoping_whois.1.gz
|
share/man/man1/echoping_whois.1.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue