svn commit: r363754 - head/lang/php_doc

Antoine Brodin antoine at FreeBSD.org
Fri Aug 1 19:13:05 UTC 2014


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}, at 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; \


More information about the svn-ports-head mailing list