From a606fd1524e846e3cf6d909fb1a2f84f1f1775fb Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Mon, 27 Jan 2014 12:56:30 +0000 Subject: [PATCH] Support stage --- devel/autobook/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/autobook/Makefile b/devel/autobook/Makefile index 2d159faa2334..2dae87201e82 100644 --- a/devel/autobook/Makefile +++ b/devel/autobook/Makefile @@ -11,9 +11,8 @@ COMMENT= GNU autoconf, automake, and libtool - The Book NO_BUILD= yes # it's only text! -NO_STAGE= yes do-install: - ${MKDIR} ${PREFIX}/share/doc/autobook - ${CP} ${WRKSRC}/* ${PREFIX}/share/doc/autobook + @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/autobook + ${CP} ${WRKSRC}/* ${STAGEDIR}${PREFIX}/share/doc/autobook .include