summaryrefslogtreecommitdiff
path: root/databases/pgpool-II
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/pgpool-II
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)
Diffstat (limited to 'databases/pgpool-II')
-rw-r--r--databases/pgpool-II/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/pgpool-II/Makefile b/databases/pgpool-II/Makefile
index 75f2af465ae4..8e8e98e1990b 100644
--- a/databases/pgpool-II/Makefile
+++ b/databases/pgpool-II/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: pgpool
-# Date created: 2005-10-19
-# Whom: Choe, Cheng-Dae <whitekid@gmail.com>
-#
+# Created by: Choe, Cheng-Dae <whitekid@gmail.com>
# $FreeBSD$
-#
PORTNAME= pgpool-II
PORTVERSION= 3.1.6
@@ -36,6 +32,7 @@ MAN8= pgpool.8
OPTIONS_DEFINE+=SSL
SSL_DESC= Build with OpenSSL support
+NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSSL}