diff options
Diffstat (limited to 'french')
-rw-r--r-- | french/plgrenouille/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/french/plgrenouille/Makefile b/french/plgrenouille/Makefile index f145e36dda6..b656d962629 100644 --- a/french/plgrenouille/Makefile +++ b/french/plgrenouille/Makefile @@ -60,7 +60,7 @@ install-data: @${INSTALL_DATA} ${WRKSRC}/grenouillerc.sample ${PREFIX}/etc install-doc: -.if !defined(NOPORTSDOC) +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} |