aboutsummaryrefslogtreecommitdiff
path: root/devel/autobook
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-27 12:56:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-27 12:56:30 +0000
commita606fd1524e846e3cf6d909fb1a2f84f1f1775fb (patch)
tree90811b8ec073d09ab41a24424f3faf46bd3eeaa4 /devel/autobook
parentba06cd89edd41180aa61589164886e8db49bb357 (diff)
downloadports-a606fd1524e846e3cf6d909fb1a2f84f1f1775fb.tar.gz
ports-a606fd1524e846e3cf6d909fb1a2f84f1f1775fb.zip
Support stage
Notes
Notes: svn path=/head/; revision=341392
Diffstat (limited to 'devel/autobook')
-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>