diff options
Diffstat (limited to 'dns/c-ares/Makefile')
-rw-r--r-- | dns/c-ares/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/c-ares/Makefile b/dns/c-ares/Makefile index 35b7c7d1e62a..e7b2a7f6109a 100644 --- a/dns/c-ares/Makefile +++ b/dns/c-ares/Makefile @@ -32,7 +32,7 @@ PLIST_SUB= SHLIB_VER="${SHLIB_VER}" GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --mandir=${PREFIX}/man --enable-shared +CONFIGURE_ARGS= --enable-shared MAN3= ares_cancel.3 \ ares_destroy.3 \ |