diff --git a/comms/libusbmuxd/Makefile b/comms/libusbmuxd/Makefile index 5ca959b3d392..57310869007a 100644 --- a/comms/libusbmuxd/Makefile +++ b/comms/libusbmuxd/Makefile @@ -1,39 +1,41 @@ PORTNAME= libusbmuxd PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= https://github.com/libimobiledevice/${PORTNAME}/releases/download/${PORTVERSION}/ MAINTAINER= jhale@FreeBSD.org COMMENT= Communication interface library for usbmuxd WWW= https://www.libimobiledevice.org LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libplist-2.0.so:devel/libplist CONFLICTS_INSTALL=usbmuxd-1.0.[6-8] USES= cpe libtool pathfix pkgconfig tar:bzip2 CPE_VENDOR= libimobiledevice GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip USE_LDCONFIG= yes PORTDOCS= AUTHORS README.md OPTIONS_DEFINE= DOCS INOTIFY INOTIFY_DESC= Use inotify instead of polling (saves energy) INOTIFY_LIB_DEPENDS= libinotify.so:devel/libinotify # *_CONFIGURE_WITH can't be used as --with-inotify doesn't work. INOTIFY_CONFIGURE_OFF= --without-inotify INOTIFY_CFLAGS= -I${LOCALBASE}/include INOTIFY_LDFLAGS= -L${LOCALBASE}/lib -linotify post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR} .include diff --git a/comms/libusbmuxd/pkg-plist b/comms/libusbmuxd/pkg-plist index b09a4420dba9..8756e1c0763f 100644 --- a/comms/libusbmuxd/pkg-plist +++ b/comms/libusbmuxd/pkg-plist @@ -1,11 +1,11 @@ bin/inetcat bin/iproxy include/usbmuxd-proto.h include/usbmuxd.h lib/libusbmuxd-2.0.a lib/libusbmuxd-2.0.so lib/libusbmuxd-2.0.so.6 lib/libusbmuxd-2.0.so.6.0.0 libdata/pkgconfig/libusbmuxd-2.0.pc -man/man1/inetcat.1.gz -man/man1/iproxy.1.gz +share/man/man1/inetcat.1.gz +share/man/man1/iproxy.1.gz