diff --git a/net/onedrive/Makefile b/net/onedrive/Makefile index 63a5ad9c93ad..d04c237a0897 100644 --- a/net/onedrive/Makefile +++ b/net/onedrive/Makefile @@ -1,48 +1,50 @@ PORTNAME= onedrive DISTVERSIONPREFIX= v DISTVERSION= 2.4.25 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= hiroo.ono+freebsd@gmail.com COMMENT= OneDrive Free client WWW= https://github.com/abraunegg/onedrive LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ldc2:lang/ldc LIB_DEPENDS= libcurl.so:ftp/curl \ libinotify.so:devel/libinotify RUN_DEPENDS= ${LOCALBASE}/sbin/logrotate:sysutils/logrotate USES= autoreconf gmake pkgconfig sqlite USE_GITHUB= yes GH_ACCOUNT= abraunegg GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PORTDOCS= * OPTIONS_DEFINE= DOCS NOTIFY COMPLETION OPTIONS_DEFAULT= NOTIFY COMPLETION OPTIONS_SUB= yes COMPLETION_DESC= Install completion for BASH, FISH and ZSH COMPLETION_BUILD_DEPENDS= bash-completion>0:shells/bash-completion COMPLETION_RUN_DEPENDS= bash-completion>0:shells/bash-completion COMPLETION_CONFIGURE_ENABLE= completions NOTIFY_LIB_DEPENDS= libnotify.so:devel/libnotify NOTIFY_USES= gnome NOTIFY_USE= GNOME=glib20,gdkpixbuf2 NOTIFY_CONFIGURE_ENABLE= notifications ONEDRIVE_LOGDIR= /var/log/${PORTNAME} post-extract: ${CP} ${FILESDIR}/freebsd_inotify.d ${WRKSRC}/src post-install: ${INSTALL} -d -m 0775 ${STAGEDIR}${ONEDRIVE_LOGDIR} .include diff --git a/net/onedrive/pkg-plist b/net/onedrive/pkg-plist index ce497d2fd816..f3f1afa575cf 100644 --- a/net/onedrive/pkg-plist +++ b/net/onedrive/pkg-plist @@ -1,7 +1,7 @@ bin/onedrive etc/logrotate.d/onedrive -man/man1/onedrive.1.gz +share/man/man1/onedrive.1.gz %%COMPLETION%%share/bash-completion/completions/onedrive %%COMPLETION%%share/zsh/site-functions/_onedrive %%COMPLETION%%share/fish/completions/onedrive.fish @dir /var/log/onedrive