diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2012-06-15 09:55:17 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2012-06-15 09:55:17 +0000 |
commit | 11be97e555ca541e44ad4422fc5323fbf547332e (patch) | |
tree | 9d6e1c274d422254bf04761aa56182097844a557 /deskutils/notecase | |
parent | f4b48ac11d937303643851ba2d2e2230a59ff8f0 (diff) |
Notes
Diffstat (limited to 'deskutils/notecase')
-rw-r--r-- | deskutils/notecase/Makefile | 4 |
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 |