From f10b2eb06b2041e8d12b8b17be007c56fe9cbef9 Mon Sep 17 00:00:00 2001 From: bapt Date: Mon, 27 Jan 2014 12:56:30 +0000 Subject: Support stage --- devel/autobook/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'devel') 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 -- cgit