diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-26 17:24:35 +0000 | 
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-26 17:24:35 +0000 | 
| commit | 4d4db2684b5537944ba9de1e90179e90a1bc1149 (patch) | |
| tree | 43ea97af9adc9b293ee707fafab80172c869d42c /databases/postgresql84-docs | |
| parent | New port: devel/go-rest-json: (diff) | |
Stage support
Reviewed by:	postgresql@
Tested by:	miwi and me
Notes
Notes:
    svn path=/head/; revision=346217
Diffstat (limited to 'databases/postgresql84-docs')
| -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 /$$ | \  | 
