mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
OK, I *promise* I will test my next five or six changes before
committing them! :) Fix the misspelled addition of NOPORTDOCS check in the post-install target; 'defiend', indeed! I wonder if that was some kind of Freudian thing.. is 'defiend' something like 'debug', but for the very-very-very big bad bugs? Submitted by: Dan Langille <dan@langille.org>, Tadayuki OKADA <tadayuki.okada@windriver.com>
This commit is contained in:
parent
fb5fbbe045
commit
2d93611e03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66607
@ -33,7 +33,7 @@ post-patch:
|
||||
@${GREP} -lR "malloc.h" ${WRKSRC} | ${XARGS} \
|
||||
${REINPLACE_CMD} -e "s/malloc.h/stdlib.h/g"
|
||||
|
||||
.if !defiend(NOPORTDOCS)
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/indent.html ${DOCSDIR}
|
||||
|
Loading…
Reference in New Issue
Block a user