svn commit: r360438 - head/ftp/phpwebftp

Adam Weinberger adamw at FreeBSD.org
Thu Jul 3 18:09:24 UTC 2014


Author: adamw
Date: Thu Jul  3 18:09:23 2014
New Revision: 360438
URL: http://svnweb.freebsd.org/changeset/ports/360438
QAT: https://qat.redports.org/buildarchive/r360438/

Log:
  Stage.

Modified:
  head/ftp/phpwebftp/Makefile

Modified: head/ftp/phpwebftp/Makefile
==============================================================================
--- head/ftp/phpwebftp/Makefile	Thu Jul  3 18:04:01 2014	(r360437)
+++ head/ftp/phpwebftp/Makefile	Thu Jul  3 18:09:23 2014	(r360438)
@@ -20,14 +20,13 @@ WRKSRC=		${WRKDIR}/${PORTNAME}
 INSTALL_DIRE=	${INSTALL} -d -m 0755 -o ${WWWOWN} -g ${WWWGRP}
 INSTALL_FILE=	${INSTALL} -m 0644 -o ${WWWOWN} -g ${WWWGRP}
 
-NO_STAGE=	yes
 post-extract:
 	@${FIND} -d ${WRKSRC} -name CVS -type d -exec ${RM} -R "{}" \;
 
 do-install:
 	${INSTALL_DIRE} ${PREFIX}/${PHPWEBFTPDIR}
-	@cd ${WRKSRC} && \
-		${FIND} * -type d -exec ${INSTALL_DIRE} "${PREFIX}/${PHPWEBFTPDIR}/{}" \; && \
+	(cd ${WRKSRC} && \
+		${FIND} * -type d -exec ${INSTALL_DIRE} "${STAGEDIR}${PREFIX}/${PHPWEBFTPDIR}/{}" \; && \
 		${FIND} -E * -type f -iregex ".*\.(php|html|css|gif|js)" \
-			-exec ${INSTALL_FILE} "{}" "${PREFIX}/${PHPWEBFTPDIR}/{}" \;
+			-exec ${INSTALL_FILE} "{}" "${STAGEDIR}${PREFIX}/${PHPWEBFTPDIR}/{}" \;)
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list