Fix typo in DOCS option target helper after r409057.

This commit is contained in:
Raphael Kubo da Costa 2016-02-17 18:20:46 +00:00
parent 75c507e601
commit 8973010dc0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=409058

View file

@ -66,7 +66,7 @@ do-install-EXAMPLES-on:
${FIND} ${STAGEDIR}${EXAMPLESDIR}${TEST_SUBDIR} -name *Test | \
${XARGS} ${STRIP_CMD}
post-install-DOCS-on:
do-install-DOCS-on:
(cd ${BUILD_WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>