diff options
-rw-r--r-- | french/plgrenouille/Makefile | 2 | ||||
-rw-r--r-- | lang/gforth/Makefile | 2 | ||||
-rw-r--r-- | mail/elm+ME/Makefile | 2 | ||||
-rw-r--r-- | textproc/gsed/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/french/plgrenouille/Makefile b/french/plgrenouille/Makefile index f145e36dda6f..b656d962629f 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} diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index b7ce33be0845..00b6ce1c042b 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -67,7 +67,7 @@ patch-makefiles: post-install: install-doc install-el remove-empty-files remove-empty-dirs install-doc: -.if !defined(NOPORTSDOC) +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} diff --git a/mail/elm+ME/Makefile b/mail/elm+ME/Makefile index 8ade8b4b3fc5..db23038f2f63 100644 --- a/mail/elm+ME/Makefile +++ b/mail/elm+ME/Makefile @@ -167,7 +167,7 @@ install-nls-files: @cd ${WRKSRC}/nls; ${MAKE} install install-doc-files: -.if !defined(NOPORTSDOC) +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} diff --git a/textproc/gsed/Makefile b/textproc/gsed/Makefile index cc536e23f950..7a986b326cac 100644 --- a/textproc/gsed/Makefile +++ b/textproc/gsed/Makefile @@ -60,7 +60,7 @@ install-sample-files: .endfor install-doc-files: -.if !defined(NOPORTSDOC) +.if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} |