summaryrefslogtreecommitdiff
path: root/databases/postgresql91-docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql91-docs/Makefile')
-rw-r--r--databases/postgresql91-docs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql91-docs/Makefile b/databases/postgresql91-docs/Makefile
index 3c7ef2a692b1..7bd08788b348 100644
--- a/databases/postgresql91-docs/Makefile
+++ b/databases/postgresql91-docs/Makefile
@@ -32,7 +32,7 @@ do-build:
${MAKE_CMD} -C ${WRKSRC} html
do-install:
- @ $(MKDIR) ${STAGEDIR}${PGDOCSDIR}
+ @ ${MKDIR} ${STAGEDIR}${PGDOCSDIR}
( cd ${WRKSRC}/doc/src/sgml/html && \
${COPYTREE_SHARE} . ${STAGEDIR}${PGDOCSDIR} )