aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/autobook/Makefile5
1 files 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 <bsd.port.mk>