diff options
Diffstat (limited to 'devel/api-sanity-autotest/Makefile')
-rw-r--r-- | devel/api-sanity-autotest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/api-sanity-autotest/Makefile b/devel/api-sanity-autotest/Makefile index 7576f7ae47f4..f5edefa653f0 100644 --- a/devel/api-sanity-autotest/Makefile +++ b/devel/api-sanity-autotest/Makefile @@ -63,7 +63,7 @@ check regression-test test: build PORTDOCS= Changes.html Descriptor.html Options.html Readme.html SpecType.html -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} @(cd ${WRKSRC}/doc; ${INSTALL_MAN} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) |