diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-15 18:44:29 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-15 18:44:29 +0800 |
commit | ec6d2c8aece68fa7baffb74246227e56f1491f4d (patch) | |
tree | b725bac6316d807eaa1c568cbf87e7a0bcc84488 /mail/gmime2 | |
parent | c1e7c7ecb2093cffcefc90d4c4e166639d4323c8 (diff) | |
download | freebsd-ports-gnome-ec6d2c8aece68fa7baffb74246227e56f1491f4d.tar.gz freebsd-ports-gnome-ec6d2c8aece68fa7baffb74246227e56f1491f4d.tar.zst freebsd-ports-gnome-ec6d2c8aece68fa7baffb74246227e56f1491f4d.zip |
- Support STAGEDIR
PR: ports/183966
Submitted by: Alan Hicks <ahicks@p-o.co.uk> (maintainer)
Diffstat (limited to 'mail/gmime2')
-rw-r--r-- | mail/gmime2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 <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 |