diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-19 11:37:19 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-19 11:37:19 +0000 |
commit | 785d21c6f4adb66d95bccca0847da5a696c7fc3b (patch) | |
tree | 783545724a5a6519d3864f436f501852fe480c3c /dns/ares/Makefile | |
parent | 2a64bf2cce275df96c8d49cf6459563f11bb9217 (diff) | |
download | ports-785d21c6f4adb66d95bccca0847da5a696c7fc3b.tar.gz ports-785d21c6f4adb66d95bccca0847da5a696c7fc3b.zip |
Notes
Diffstat (limited to 'dns/ares/Makefile')
-rw-r--r-- | dns/ares/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dns/ares/Makefile b/dns/ares/Makefile index ad98ddb30c1f..07740ab1317f 100644 --- a/dns/ares/Makefile +++ b/dns/ares/Makefile @@ -15,14 +15,4 @@ CONFLICTS= c-ares-1.* c-ares-config-1.* GNU_CONFIGURE= yes -MAN3= ares_destroy.3 ares_expand_name.3 ares_fds.3 \ - ares_free_errmem.3 ares_free_hostent.3 ares_free_string.3 \ - ares_gethostbyaddr.3 ares_gethostbyname.3 ares_init.3 \ - ares_init_options.3 ares_mkquery.3 ares_parse_a_reply.3 \ - ares_parse_ptr_reply.3 ares_process.3 ares_query.3 \ - ares_search.3 ares_send.3 ares_strerror.3 ares_timeout.3 - -PLIST_FILES= include/ares.h lib/libares.a - -NO_STAGE= yes .include <bsd.port.mk> |