Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Nov 2013 10:44:30 +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: r333850 - head/mail/gmime2
Message-ID:  <201311151044.rAFAiUxa066059@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311151044.rAFAiUxa066059>