diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2014-05-21 09:35:43 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2014-05-21 09:35:43 +0000 |
commit | f7a6b9eb521730c5975a9bc50c4b25b72f4c1c5a (patch) | |
tree | f184758c65ae6ab1f234648f86a87b7b40645763 /net/echoping | |
parent | 693fe47263c37e02b58bfcf0f1c9095f1bd75635 (diff) | |
download | ports-f7a6b9eb521730c5975a9bc50c4b25b72f4c1c5a.tar.gz ports-f7a6b9eb521730c5975a9bc50c4b25b72f4c1c5a.zip |
Notes
Diffstat (limited to 'net/echoping')
-rw-r--r-- | net/echoping/Makefile | 1 | ||||
-rw-r--r-- | net/echoping/pkg-plist | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/net/echoping/Makefile b/net/echoping/Makefile index 145f3e60e9b5..58b2b7d4e10e 100644 --- a/net/echoping/Makefile +++ b/net/echoping/Makefile @@ -3,6 +3,7 @@ PORTNAME= echoping PORTVERSION= 6.0.2 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= SF diff --git a/net/echoping/pkg-plist b/net/echoping/pkg-plist index b18f03fa5390..930f5a755b36 100644 --- a/net/echoping/pkg-plist +++ b/net/echoping/pkg-plist @@ -4,18 +4,23 @@ include/echoping/echoping.h lib/echoping/dns.a lib/echoping/dns.so lib/echoping/dns.so.0 +lib/echoping/dns.so.0.0.0 %%WITH_LDAP%%lib/echoping/ldap.a %%WITH_LDAP%%lib/echoping/ldap.so %%WITH_LDAP%%lib/echoping/ldap.so.0 +%%WITH_LDAP%%lib/echoping/ldap.so.0.0.0 %%WITH_PGSQL%%lib/echoping/postgresql.a %%WITH_PGSQL%%lib/echoping/postgresql.so %%WITH_PGSQL%%lib/echoping/postgresql.so.0 +%%WITH_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 %%WITH_LDAP%%man/man1/echoping_ldap.1.gz |