mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00: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
@ -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…
Reference in New Issue
Block a user