aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-08-11 03:03:50 +0800
committerantoine <antoine@FreeBSD.org>2014-08-11 03:03:50 +0800
commit6a2fc9bdc30e8603ce2ad302a30a6a8e9f3aeb45 (patch)
tree34694ebf14d8b9a235942d5d8f87fbb706e00fd8 /databases
parent34991c84cfb573a7d2395784e51a316cf5f8f449 (diff)
downloadfreebsd-ports-gnome-6a2fc9bdc30e8603ce2ad302a30a6a8e9f3aeb45.tar.gz
freebsd-ports-gnome-6a2fc9bdc30e8603ce2ad302a30a6a8e9f3aeb45.tar.zst
freebsd-ports-gnome-6a2fc9bdc30e8603ce2ad302a30a6a8e9f3aeb45.zip
Fix a stage violation
Diffstat (limited to 'databases')
-rw-r--r--databases/py-sqlalchemy-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-sqlalchemy-devel/Makefile b/databases/py-sqlalchemy-devel/Makefile
index f533341d4999..937f5c902cbe 100644
--- a/databases/py-sqlalchemy-devel/Makefile
+++ b/databases/py-sqlalchemy-devel/Makefile
@@ -85,7 +85,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}${DOCSDIR}
.endfor
.for i in ${AL_PORTDOCS_SUBDIR}
- @${MKDIR} ${DOCSDIR}/${i}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}/${i}
(cd ${WRKSRC}/doc/${i} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/${i})
.endfor