Date: Sun, 25 May 2014 05:29:25 +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: r355126 - head/www/formication Message-ID: <201405250529.s4P5TPBr034776@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: miwi Date: Sun May 25 05:29:24 2014 New Revision: 355126 URL: http://svnweb.freebsd.org/changeset/ports/355126 QAT: https://qat.redports.org/buildarchive/r355126/ Log: - Stage support PR: 190047 Submitted by: Joseph Benden <joe@thrallingpenguin.com> Approved by: maintainer Modified: head/www/formication/Makefile Modified: head/www/formication/Makefile ============================================================================== --- head/www/formication/Makefile Sun May 25 05:27:32 2014 (r355125) +++ head/www/formication/Makefile Sun May 25 05:29:24 2014 (r355126) @@ -21,7 +21,6 @@ PORTDOCS= BLURB COPYING feedback.fcn fee PLIST_FILES= www/cgi-bin/formication.pl SUB_FILES+= pkg-message -NO_STAGE= yes .include <bsd.port.pre.mk> PLIST_DIRSTRY= www/cgi-bin @@ -32,12 +31,12 @@ post-patch: ${WRKSRC}/formication.pl do-install: - @${MKDIR} ${PREFIX}/www/cgi-bin - @${INSTALL_DATA} ${WRKSRC}/formication.pl ${PREFIX}/www/cgi-bin + @${MKDIR} ${STAGEDIR}${PREFIX}/www/cgi-bin + @${INSTALL_DATA} ${WRKSRC}/formication.pl ${STAGEDIR}${PREFIX}/www/cgi-bin .if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR}/ + ${MKDIR} ${STAGEDIR}${DOCSDIR}/ . for i in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/ + @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/ . endfor .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405250529.s4P5TPBr034776>