1
0
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:
Peter Pentchev 2003-12-12 12:21:56 +00:00
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

View File

@ -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}

View File

@ -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}

View File

@ -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}

View File

@ -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}