diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/code-eli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/code-eli/Makefile b/graphics/code-eli/Makefile index 269026de30f9..a7795b9e99e7 100644 --- a/graphics/code-eli/Makefile +++ b/graphics/code-eli/Makefile @@ -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> |