Date: Thu, 3 Jul 2014 18:09:24 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r360438 - head/ftp/phpwebftp Message-ID: <201407031809.s63I9Ov2095119@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407031809.s63I9Ov2095119>