1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

sysutils/ncdu: Fix runtime --exclude-kernfs error message

- Bump PORTREVISION for package change

PR:		269263
Reported by:	Yani Karydis <yani@pi-greece.eu>
This commit is contained in:
Po-Chuan Hsieh 2023-02-05 23:30:07 +08:00
parent 269ce36039
commit 3236c8cc11
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= ncdu
PORTVERSION= 1.18
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://dev.yorhel.nl/download/

View File

@ -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;