Date: Wed, 5 Feb 2014 17:00:33 +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: r342780 - head/www/dotclear Message-ID: <201402051700.s15H0X4Q039639@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Wed Feb 5 17:00:32 2014 New Revision: 342780 URL: http://svnweb.freebsd.org/changeset/ports/342780 QAT: https://qat.redports.org/buildarchive/r342780/ Log: - Stage support Modified: head/www/dotclear/Makefile Modified: head/www/dotclear/Makefile ============================================================================== --- head/www/dotclear/Makefile Wed Feb 5 17:00:19 2014 (r342779) +++ head/www/dotclear/Makefile Wed Feb 5 17:00:32 2014 (r342780) @@ -16,15 +16,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= pkg-message WWWDIR?= ${PREFIX}/www/${PORTNAME} -NO_STAGE= yes .include <bsd.port.pre.mk> do-install: - @${MKDIR} ${WWWDIR} - ${CP} -R ${WRKSRC}/ ${WWWDIR} - ${TOUCH} ${WWWDIR}/inc/config.php - @${CHOWN} ${WWWOWN} ${WWWDIR}/inc/config.php - @${CAT} ${PKGMESSAGE} + @${MKDIR} ${STAGEDIR}${WWWDIR} + ${CP} -R ${WRKSRC}/ ${STAGEDIR}${WWWDIR} + ${TOUCH} ${STAGEDIR}${WWWDIR}/inc/config.php + @${CHOWN} ${WWWOWN} ${STAGEDIR}${WWWDIR}/inc/config.php create-plist: @${FIND} -s ${WRKSRC}/${file} -not -type d \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402051700.s15H0X4Q039639>