diff options
Diffstat (limited to 'databases/postgresql84-docs/Makefile')
-rw-r--r-- | databases/postgresql84-docs/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/postgresql84-docs/Makefile b/databases/postgresql84-docs/Makefile index c1a5658d8c81..7f07bc78e719 100644 --- a/databases/postgresql84-docs/Makefile +++ b/databases/postgresql84-docs/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: PostgreSQL docs -# Date created: August 26, 2002 -# Whom: Palle Girgensohn <girgen@pingpong.net> -# +# Created by: Palle Girgensohn <girgen@pingpong.net> # $FreeBSD$ -# PORTNAME= postgresql PORTREVISION= 0 @@ -23,6 +19,7 @@ PATCHDIR= mustnotexist PGDOCSDIR?= ${DOCSDIR}/release-${PGSQL_VER} +NO_STAGE= yes do-install: @ $(MKDIR) ${PGDOCSDIR}; \ ${GZIP_CMD} -dc ${WRKSRC}/doc/postgres.tar.gz | \ |