From 35618271c9c6c82d79670f16b4fa67e2c3cc854b Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 31 Jan 2021 06:15:47 +0000 Subject: net/onedrive: Fix plist PR: 253112 Reported by: bbaago@bradtech.ca --- net/onedrive/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'net/onedrive/Makefile') diff --git a/net/onedrive/Makefile b/net/onedrive/Makefile index e843897057be..4a6a3d8aa258 100644 --- a/net/onedrive/Makefile +++ b/net/onedrive/Makefile @@ -3,6 +3,7 @@ PORTNAME= onedrive DISTVERSIONPREFIX= v DISTVERSION= 2.4.8 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= hiroo.ono+freebsd@gmail.com @@ -11,19 +12,20 @@ COMMENT= OneDrive Free client LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ldc2:lang/ldc LIB_DEPENDS= libcurl.so:ftp/curl \ libinotify.so:devel/libinotify -BUILD_DEPENDS= ldc2:lang/ldc RUN_DEPENDS= ${LOCALBASE}/sbin/logrotate:sysutils/logrotate USES= autoreconf gmake pkgconfig sqlite + USE_GITHUB= yes GH_ACCOUNT= abraunegg GNU_CONFIGURE= yes PKGCONFIG= pkgconf -OPTIONS_DEFINE= NOTIFY COMPLETION +OPTIONS_DEFINE= DOCS NOTIFY COMPLETION OPTIONS_DEFAULT= NOTIFY COMPLETION OPTIONS_SUB= yes @@ -37,6 +39,8 @@ COMPLETION_CONFIGURE_ENABLE= completions ONEDRIVE_LOGDIR= /var/log/${PORTNAME} +PORTDOCS= * + post-extract: ${CP} ${FILESDIR}/freebsd_inotify.d ${WRKSRC}/src -- cgit v1.2.3