1
0
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:
Peter Pentchev 2002-09-18 14:19:12 +00:00
parent fb5fbbe045
commit 2d93611e03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66607

View File

@ -33,7 +33,7 @@ post-patch:
@${GREP} -lR "malloc.h" ${WRKSRC} | ${XARGS} \ @${GREP} -lR "malloc.h" ${WRKSRC} | ${XARGS} \
${REINPLACE_CMD} -e "s/malloc.h/stdlib.h/g" ${REINPLACE_CMD} -e "s/malloc.h/stdlib.h/g"
.if !defiend(NOPORTDOCS) .if !defined(NOPORTDOCS)
post-install: post-install:
@${MKDIR} ${DOCSDIR} @${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/indent.html ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/indent.html ${DOCSDIR}