aboutsummaryrefslogtreecommitdiff
path: root/mail/gmime24
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-15 10:44:23 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-15 10:44:23 +0000
commit767a9cc54ac2a0ee5c7ea4561096d5ca35dc5263 (patch)
tree30ed9aa66e4548171a63c675e3b033f61e5b8eb9 /mail/gmime24
parent106493c8fe761a353e553bec1a4915a077fe78a6 (diff)
downloadports-767a9cc54ac2a0ee5c7ea4561096d5ca35dc5263.tar.gz
ports-767a9cc54ac2a0ee5c7ea4561096d5ca35dc5263.zip
- Support STAGEDIR
PR: ports/183965 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
Notes
Notes: svn path=/head/; revision=333849
Diffstat (limited to 'mail/gmime24')
-rw-r--r--mail/gmime24/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/gmime24/Makefile b/mail/gmime24/Makefile
index 2794ad5c53c6..7d7280eb9c43 100644
--- a/mail/gmime24/Makefile
+++ b/mail/gmime24/Makefile
@@ -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