Date: Tue, 3 Jun 2014 05:03:38 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356283 - head/www/netoffice Message-ID: <201406030503.s5353cxJ044398@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Tue Jun 3 05:03:38 2014 New Revision: 356283 URL: http://svnweb.freebsd.org/changeset/ports/356283 QAT: https://qat.redports.org/buildarchive/r356283/ Log: - Stage support PR: 190287 Modified: head/www/netoffice/Makefile Modified: head/www/netoffice/Makefile ============================================================================== --- head/www/netoffice/Makefile Tue Jun 3 04:49:02 2014 (r356282) +++ head/www/netoffice/Makefile Tue Jun 3 05:03:38 2014 (r356283) @@ -20,10 +20,9 @@ WEBGRP?= www APACHEDIR= ${LOCALBASE}/www/ INSTALLDIR= ${APACHEDIR}/${PORTNAME} -NO_STAGE= yes do-install: - ${MKDIR} ${INSTALLDIR} + ${MKDIR} ${STAGEDIR}${INSTALLDIR} cd ${WRKSRC}; ${FIND} . \ - | ${CPIO} -pdm -R ${WEBOWN}:${WEBGRP} ${INSTALLDIR} + | ${CPIO} -pdm -R ${WEBOWN}:${WEBGRP} ${STAGEDIR}${INSTALLDIR} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406030503.s5353cxJ044398>