aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-18 11:43:42 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-18 11:43:42 +0000
commit8408b73ce7a675493649f2f02b533fb0fe8c7c00 (patch)
tree4c397eade49c763b08b180f9d69adac33455c3ce /lang
parentda20a902ce24d5a49b46fb8b64461e7c8d894f88 (diff)
downloadports-8408b73ce7a675493649f2f02b533fb0fe8c7c00.tar.gz
ports-8408b73ce7a675493649f2f02b533fb0fe8c7c00.zip
Notes
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>