Date: Fri, 15 Nov 2013 10:44:16 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r333847 - head/mail/gmime26 Message-ID: <201311151044.rAFAiGUZ065852@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Nov 15 10:44:15 2013 New Revision: 333847 URL: http://svnweb.freebsd.org/changeset/ports/333847 Log: - Support STAGEDIR PR: ports/183963 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer) Modified: head/mail/gmime26/Makefile Modified: head/mail/gmime26/Makefile ============================================================================== --- head/mail/gmime26/Makefile Fri Nov 15 10:44:06 2013 (r333846) +++ head/mail/gmime26/Makefile Fri Nov 15 10:44:15 2013 (r333847) @@ -35,7 +35,6 @@ LATEST_LINK?= ${PORTNAME}26 OPTIONS_DEFINE= DOCS -NO_STAGE= yes .include <bsd.port.options.mk> post-patch: @@ -46,9 +45,9 @@ post-patch: PORTDOCS= * post-install: - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in docs/reference/html/* - ${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?201311151044.rAFAiGUZ065852>