svn commit: r333847 - head/mail/gmime26

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 15 10:44:16 UTC 2013


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 at 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
 


More information about the svn-ports-head mailing list