summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}