Date: Tue, 18 Feb 2014 11:43:42 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344867 - head/lang/stldoc Message-ID: <201402181143.s1IBhgkt098335@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Tue Feb 18 11:43:42 2014 New Revision: 344867 URL: http://svnweb.freebsd.org/changeset/ports/344867 QAT: https://qat.redports.org/buildarchive/r344867/ Log: Support staging. Modified: head/lang/stldoc/Makefile Modified: head/lang/stldoc/Makefile ============================================================================== --- head/lang/stldoc/Makefile Tue Feb 18 11:43:14 2014 (r344866) +++ head/lang/stldoc/Makefile Tue Feb 18 11:43:42 2014 (r344867) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402181143.s1IBhgkt098335>