diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2014-05-21 17:35:43 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2014-05-21 17:35:43 +0800 |
commit | 3611c09b674c9529ee8484ab0d4c48f4ec288e75 (patch) | |
tree | f184758c65ae6ab1f234648f86a87b7b40645763 /net | |
parent | 3a4ef214c45364dee76a926a441c29c92e6c61ee (diff) | |
download | freebsd-ports-gnome-3611c09b674c9529ee8484ab0d4c48f4ec288e75.tar.gz freebsd-ports-gnome-3611c09b674c9529ee8484ab0d4c48f4ec288e75.tar.zst freebsd-ports-gnome-3611c09b674c9529ee8484ab0d4c48f4ec288e75.zip |
Fix plist.
Diffstat (limited to 'net')
-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 |