diff options
Diffstat (limited to 'devel/libdnsres')
-rw-r--r-- | devel/libdnsres/Makefile | 8 | ||||
-rw-r--r-- | devel/libdnsres/pkg-plist | 2 |
2 files changed, 3 insertions, 7 deletions
diff --git a/devel/libdnsres/Makefile b/devel/libdnsres/Makefile index 7333749ade76..54fec866f84a 100644 --- a/devel/libdnsres/Makefile +++ b/devel/libdnsres/Makefile @@ -12,20 +12,14 @@ COMMENT= Provides a non-blocking thread-safe API for resolving DNS names BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent +USES= libtool GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool USE_LDCONFIG= yes CONFIGURE_ARGS=--with-libevent=${LOCALBASE} MAKE_JOBS_UNSAFE= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" -MAN3= dnsres.3 -MLINKS= dnsres.3 dnsres_init.3 dnsres.3 dnsres_gethostbyname.3 \ - dnsres.3 dnsres_gethostbyname2.3 dnsres.3 dnsres_gethostbyaddr.3 \ - dnsres.3 dnsres_getaddrinfo.3 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,CFLAGS =,CFLAGS +=, ; s|top_buildir|top_builddir|g' \ ${WRKSRC}/Makefile.in diff --git a/devel/libdnsres/pkg-plist b/devel/libdnsres/pkg-plist index 6143916f786f..a54b20d2d5fd 100644 --- a/devel/libdnsres/pkg-plist +++ b/devel/libdnsres/pkg-plist @@ -3,3 +3,5 @@ lib/libdnsres.a lib/libdnsres.la lib/libdnsres.so lib/libdnsres.so.0 +lib/libdnsres.so.0.0.1 +man/man3/dnsres.3.gz |