aboutsummaryrefslogtreecommitdiff
path: root/mail/gmime26
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-15 10:44:15 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-15 10:44:15 +0000
commit6740ed7ba7de5e0ba4470b05f5be2c1df92fc440 (patch)
tree6c99927d18a6def8bd7c9c940918251b1fea97a3 /mail/gmime26
parent7508fe84266c3c53d39e735135ab662a6dc2b7c0 (diff)
downloadports-6740ed7ba7de5e0ba4470b05f5be2c1df92fc440.tar.gz
ports-6740ed7ba7de5e0ba4470b05f5be2c1df92fc440.zip
- Support STAGEDIR
PR: ports/183963 Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
Notes
Notes: svn path=/head/; revision=333847
Diffstat (limited to 'mail/gmime26')
-rw-r--r--mail/gmime26/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/gmime26/Makefile b/mail/gmime26/Makefile
index 505977250ee0..e87bcdb096a7 100644
--- a/mail/gmime26/Makefile
+++ b/mail/gmime26/Makefile
@@ -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