From 4d4db2684b5537944ba9de1e90179e90a1bc1149 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Wed, 26 Feb 2014 17:24:35 +0000 Subject: Stage support Reviewed by: postgresql@ Tested by: miwi and me --- databases/postgresql84-docs/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'databases/postgresql84-docs/Makefile') 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 /$$ | \ -- cgit v1.2.3