aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/curl/Makefile
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-10-08 02:24:42 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-10-08 02:24:42 +0800
commit6ae931f7bad94fe36052a80a44e8013fc5584343 (patch)
tree8242f675d5c97972af6208dd1eded9ffb9ed0e88 /ftp/curl/Makefile
parent3473680398279b948fe7071c433c07f91b99b5e7 (diff)
downloadfreebsd-ports-gnome-6ae931f7bad94fe36052a80a44e8013fc5584343.tar.gz
freebsd-ports-gnome-6ae931f7bad94fe36052a80a44e8013fc5584343.tar.zst
freebsd-ports-gnome-6ae931f7bad94fe36052a80a44e8013fc5584343.zip
- Fix STAGEDIR support
Reported by: makc
Diffstat (limited to 'ftp/curl/Makefile')
-rw-r--r--ftp/curl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/curl/Makefile b/ftp/curl/Makefile
index 9b661d5173bc..1a3f858a296c 100644
--- a/ftp/curl/Makefile
+++ b/ftp/curl/Makefile
@@ -235,7 +235,7 @@ post-install:
.if !defined(BUILDING_HIPHOP)
${INSTALL_DATA} ${WRKSRC}/docs/libcurl/libcurl.m4 ${STAGEDIR}${PREFIX}/share/aclocal/
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}/ ${STAGEDIR}${DOCSDIR}/libcurl/
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}/ ${STAGEDIR}${DOCSDIR}/libcurl/
cd ${WRKSRC}/docs/ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/
cd ${WRKSRC}/docs/libcurl/ && ${INSTALL_DATA} ABI *.html *.pdf *.m4 ${STAGEDIR}${DOCSDIR}/libcurl/
.endif