summaryrefslogtreecommitdiff
path: root/databases/postgresql84-docs/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 16:13:47 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 16:13:47 +0000
commit36117d709704f772dbc3d305cda6923741791598 (patch)
tree6c3ec2a25be0f66e3eb89c7c32e68146ec791ef6 /databases/postgresql84-docs/Makefile
parentUpdate Zope to 2.13.21. This update also includes: (diff)
Add NO_STAGE all over the place in preparation for the staging support (cat: databases)
Notes
Notes: svn path=/head/; revision=327717
Diffstat (limited to 'databases/postgresql84-docs/Makefile')
-rw-r--r--databases/postgresql84-docs/Makefile7
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 | \