diff options
Diffstat (limited to 'lang/gforth/Makefile')
-rw-r--r-- | lang/gforth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index b7ce33b..00b6ce1 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} |