summaryrefslogtreecommitdiff
path: root/devel/gindent
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2002-09-18 14:19:12 +0000
committerPeter Pentchev <roam@FreeBSD.org>2002-09-18 14:19:12 +0000
commit2d93611e03d4abf5a9f50d373f5146a5ce985297 (patch)
tree436b99fa23f7c3ce2207f86586934a2523f7b0f6 /devel/gindent
parentAnother test of FreshPorts's notification service; the bug is still (diff)
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>
Notes
Notes: svn path=/head/; revision=66607
Diffstat (limited to 'devel/gindent')
-rw-r--r--devel/gindent/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gindent/Makefile b/devel/gindent/Makefile
index e9d2655db3ce..d1d0c2c2e566 100644
--- a/devel/gindent/Makefile
+++ b/devel/gindent/Makefile
@@ -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}