aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-18 19:43:42 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-18 19:43:42 +0800
commit5694b9fe47a72b9593e0f3517d559f2d51af75c3 (patch)
tree4c397eade49c763b08b180f9d69adac33455c3ce /lang
parent2fb276b6de146e924915bdbda7ee5ba4151f6409 (diff)
downloadfreebsd-ports-gnome-5694b9fe47a72b9593e0f3517d559f2d51af75c3.tar.gz
freebsd-ports-gnome-5694b9fe47a72b9593e0f3517d559f2d51af75c3.tar.zst
freebsd-ports-gnome-5694b9fe47a72b9593e0f3517d559f2d51af75c3.zip
Support staging.
Diffstat (limited to 'lang')
-rw-r--r--lang/stldoc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/stldoc/Makefile b/lang/stldoc/Makefile
index 046bb0237fb6..fe5e8b47ed6c 100644
--- a/lang/stldoc/Makefile
+++ b/lang/stldoc/Makefile
@@ -12,9 +12,8 @@ COMMENT= The STL reference manual by SGI
NO_BUILD= yes
-NO_STAGE= yes
do-install:
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/* ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>