diff --git a/devel/libdnsres/Makefile b/devel/libdnsres/Makefile index 734f7b29f83f..1df946c74707 100644 --- a/devel/libdnsres/Makefile +++ b/devel/libdnsres/Makefile @@ -1,26 +1,27 @@ PORTNAME= libdnsres PORTVERSION= 0.1a -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel MASTER_SITES= http://monkey.org/~provos/ MAINTAINER= oz@nixil.net COMMENT= Provides a non-blocking thread-safe API for resolving DNS names WWW= https://www.monkey.org/~provos/libdnsres/ LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:devel/libevent USES= libtool GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_LDCONFIG= yes CONFIGURE_ARGS= --with-libevent=${LOCALBASE} MAKE_JOBS_UNSAFE= yes post-patch: @${REINPLACE_CMD} -e 's,CFLAGS =,CFLAGS +=, ; s|top_buildir|top_builddir|g' \ ${WRKSRC}/Makefile.in .include diff --git a/devel/libdnsres/pkg-plist b/devel/libdnsres/pkg-plist index 84511cdc11df..b8c459444b4a 100644 --- a/devel/libdnsres/pkg-plist +++ b/devel/libdnsres/pkg-plist @@ -1,6 +1,6 @@ include/dnsres.h lib/libdnsres.a lib/libdnsres.so lib/libdnsres.so.0 lib/libdnsres.so.0.0.1 -man/man3/dnsres.3.gz +share/man/man3/dnsres.3.gz