aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/dfc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/dfc/Makefile')
-rw-r--r--sysutils/dfc/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/dfc/Makefile b/sysutils/dfc/Makefile
index ec32932793e4..278c8c54cb6e 100644
--- a/sysutils/dfc/Makefile
+++ b/sysutils/dfc/Makefile
@@ -10,12 +10,10 @@ COMMENT= Display file system space usage using graph and colors
LICENSE= BSD
-OPTIONS_DEFINE= NLS
+OPTIONS_DEFINE= NLS DOCS
USES= cmake
CMAKE_ARGS+= -DMAN_PATH=${MANPREFIX}/man -DDFC_DOC_PATH=${DOCSDIR}
-MANLANG= "" fr
-MAN1= dfc.1
OPTIONS_SUB= yes
@@ -23,5 +21,4 @@ NLS_USES= gettext
NLS_CMAKE_ON= -DNLS_ENABLED=true
NLS_CMAKE_OFF= -DNLS_ENABLED=false
-NO_STAGE= yes
.include <bsd.port.mk>