From 00bb7aa0b18ee93c101233772285ae09f407b4a8 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Fri, 15 Nov 2013 10:44:29 +0000 Subject: - Support STAGEDIR PR: ports/183966 Submitted by: Alan Hicks (maintainer) --- mail/gmime2/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'mail/gmime2') diff --git a/mail/gmime2/Makefile b/mail/gmime2/Makefile index cf16cbcedb01..231b1ce9aa5b 100644 --- a/mail/gmime2/Makefile +++ b/mail/gmime2/Makefile @@ -35,7 +35,6 @@ OPTIONS_DEFINE= DOCS PORTDOCS= * -NO_STAGE= yes .include 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 -- cgit v1.2.3