aboutsummaryrefslogtreecommitdiff
path: root/deskutils/notecase/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/notecase/Makefile')
-rw-r--r--deskutils/notecase/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/deskutils/notecase/Makefile b/deskutils/notecase/Makefile
index d570e6b200ea..d4d879b0594a 100644
--- a/deskutils/notecase/Makefile
+++ b/deskutils/notecase/Makefile
@@ -23,7 +23,9 @@ USE_GETTEXT= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-.if !defined(NOPORTDOCS)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
PORTDOCS= help.ncd
INSTALL_TARGET= install docinstall
.endif