mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Spell NOPORTDOCS correctly in Cyrille Lefevre's ports.
PR: 57749 Approved by: maintainer timeout
This commit is contained in:
parent
d5d5b372cb
commit
c6c3559a2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95657
4 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue