Add staging support Fix: Apply patch
Responsible Changed From-To: freebsd-ports-bugs->sunpoet I'll take it.
Author: sunpoet Date: Fri Nov 15 10:44:29 2013 New Revision: 333850 URL: http://svnweb.freebsd.org/changeset/ports/333850 Log: - Support STAGEDIR PR: ports/183966 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer) Modified: head/mail/gmime2/Makefile Modified: head/mail/gmime2/Makefile ============================================================================== --- head/mail/gmime2/Makefile Fri Nov 15 10:44:23 2013 (r333849) +++ head/mail/gmime2/Makefile Fri Nov 15 10:44:29 2013 (r333850) @@ -35,7 +35,6 @@ OPTIONS_DEFINE= DOCS PORTDOCS= * -NO_STAGE= yes .include <bsd.port.options.mk> post-patch: @@ -45,9 +44,9 @@ post-patch: post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in docs/reference/html/* - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .endif _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!