diff --git a/sysutils/ncdu/Makefile b/sysutils/ncdu/Makefile index e0fca9eab8d7..ae7720fec198 100644 --- a/sysutils/ncdu/Makefile +++ b/sysutils/ncdu/Makefile @@ -1,5 +1,6 @@ PORTNAME= ncdu PORTVERSION= 1.18 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://dev.yorhel.nl/download/ diff --git a/sysutils/ncdu/files/patch-src-main.c b/sysutils/ncdu/files/patch-src-main.c index f6f09351040c..b607f0df1232 100644 --- a/sysutils/ncdu/files/patch-src-main.c +++ b/sysutils/ncdu/files/patch-src-main.c @@ -4,7 +4,7 @@ int follow_symlinks = 0; int follow_firmlinks = 1; int confirm_quit = 0; -+int exclude_kernfs = 1; ++int exclude_kernfs = 0; int si = 0; int show_as = 0; int graph = 1;