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:23 2013 New Revision: 333849 URL: http://svnweb.freebsd.org/changeset/ports/333849 Log: - Support STAGEDIR PR: ports/183965 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer) Modified: head/mail/gmime24/Makefile Modified: head/mail/gmime24/Makefile ============================================================================== --- head/mail/gmime24/Makefile Fri Nov 15 10:44:19 2013 (r333848) +++ head/mail/gmime24/Makefile Fri Nov 15 10:44:23 2013 (r333849) @@ -38,7 +38,6 @@ OPTIONS_DEFINE= DOCS PORTDOCS= * -NO_STAGE= yes .include <bsd.port.options.mk> post-patch: @@ -47,9 +46,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!