Date: Fri, 1 Aug 2014 19:13:05 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363754 - head/lang/php_doc Message-ID: <201408011913.s71JD5aV058801@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Aug 1 19:13:05 2014 New Revision: 363754 URL: http://svnweb.freebsd.org/changeset/ports/363754 QAT: https://qat.redports.org/buildarchive/r363754/ Log: Fix stage violation Modified: head/lang/php_doc/Makefile Modified: head/lang/php_doc/Makefile ============================================================================== --- head/lang/php_doc/Makefile Fri Aug 1 19:02:54 2014 (r363753) +++ head/lang/php_doc/Makefile Fri Aug 1 19:13:05 2014 (r363754) @@ -56,7 +56,7 @@ pre-install: ${FIND} ${WRK_SRC} -type d | ${SORT} -r | ${SED} -e "s,${WRK_SRC},@dirrm %%PHPDOCDIR%%," >> ${PLIST} do-install: - @${MKDIR} ${PHPDOCDIR} + @${MKDIR} ${STAGEDIR}${PHPDOCDIR} ${FIND} ${WRK_SRC} -type d | ${SED} -e "s,${WRK_SRC},${STAGEDIR}${PHPDOCDIR}/," | ${XARGS} ${MKDIR} for f in `${FIND} ${WRK_SRC} -type f ! -name '.*' ! -name pkg-plist | ${SED} -e 's,${WRK_SRC},,'`; do \ ${INSTALL_DATA} ${WRK_SRC}/$$f ${STAGEDIR}${PHPDOCDIR}/$$f; \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408011913.s71JD5aV058801>