diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2003-12-12 12:21:56 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2003-12-12 12:21:56 +0000 |
commit | c6c3559a2a3cc50267597a7aa5f6fc5c1ca80847 (patch) | |
tree | ccf5b8b25a7bd33b46eb6dac55b8972a6bb3aba1 /lang/gforth | |
parent | Remove the final traces of my abortive attempt to reimplement (diff) |
Spell NOPORTDOCS correctly in Cyrille Lefevre's ports.
PR: 57749
Approved by: maintainer timeout
Diffstat (limited to 'lang/gforth')
-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 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} |