Date: Wed, 19 Feb 2014 09:47:37 +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: r345051 - head/devel/bouml-doc Message-ID: <201402190947.s1J9lbli057366@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Wed Feb 19 09:47:36 2014 New Revision: 345051 URL: http://svnweb.freebsd.org/changeset/ports/345051 QAT: https://qat.redports.org/buildarchive/r345051/ Log: Support staging Modified: head/devel/bouml-doc/Makefile Modified: head/devel/bouml-doc/Makefile ============================================================================== --- head/devel/bouml-doc/Makefile Wed Feb 19 09:46:28 2014 (r345050) +++ head/devel/bouml-doc/Makefile Wed Feb 19 09:47:36 2014 (r345051) @@ -14,9 +14,8 @@ NO_BUILD= yes WRKSRC= ${WRKDIR}/doc DOCSDIR= ${PREFIX}/share/doc/bouml -NO_STAGE= yes do-install: - ${MKDIR} ${DOCSDIR} - (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DOCSDIR}) + ${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR}) .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402190947.s1J9lbli057366>