diff options
Diffstat (limited to 'databases/postgresql84-docs/Makefile')
-rw-r--r-- | databases/postgresql84-docs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/postgresql84-docs/Makefile b/databases/postgresql84-docs/Makefile index 829e134ce410..54e80fc31612 100644 --- a/databases/postgresql84-docs/Makefile +++ b/databases/postgresql84-docs/Makefile @@ -21,11 +21,10 @@ PATCHDIR= mustnotexist PGDOCSDIR?= ${DOCSDIR}/release-${PGSQL_VER} -NO_STAGE= yes do-install: - @ $(MKDIR) ${PGDOCSDIR}; \ + @ $(MKDIR) ${STAGEDIR}${PGDOCSDIR}; \ ${GZIP_CMD} -dc ${WRKSRC}/doc/postgres.tar.gz | \ - ( cd ${PGDOCSDIR} && $(TAR) xf - ) + ( cd ${STAGEDIR}${PGDOCSDIR} && $(TAR) xf - ) post-install: @ ${TAR} ztf ${WRKSRC}/doc/postgres.tar.gz | ${GREP} -v /$$ | \ |