summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/postgresql-devel-server/Makefile6
-rw-r--r--databases/postgresql-devel/Makefile6
-rw-r--r--databases/postgresql7/Makefile6
-rw-r--r--databases/postgresql73-server/Makefile6
-rw-r--r--databases/postgresql73/Makefile6
-rw-r--r--databases/postgresql74-server/Makefile6
-rw-r--r--databases/postgresql80-server/Makefile6
-rw-r--r--databases/postgresql81-server/Makefile6
-rw-r--r--databases/postgresql82-server/Makefile6
-rw-r--r--databases/postgresql83-server/Makefile6
-rw-r--r--databases/postgresql84-server/Makefile6
-rw-r--r--databases/postgresql90-server/Makefile6
-rw-r--r--databases/postgresql91-server/Makefile6
-rw-r--r--databases/postgresql92-server/Makefile6
14 files changed, 56 insertions, 28 deletions
diff --git a/databases/postgresql-devel-server/Makefile b/databases/postgresql-devel-server/Makefile
index 4b9d2869a991..e433f213cb3a 100644
--- a/databases/postgresql-devel-server/Makefile
+++ b/databases/postgresql-devel-server/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.15 1997/10/03 14:13:34 andreas Exp $
+# $Id: Makefile,v 1.16 1997/10/04 22:43:21 andreas Exp $
DISTNAME= postgresql-6.2
CATEGORIES= databases
@@ -79,7 +79,9 @@ post-install:
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "PGDATA=${PREFIX}/pgsql/data" \
>> ${PREFIX}/pgsql/.profile; \
- ${ECHO} "export PATH MANPATH PGLIB PGDATA" \
+ ${ECHO} "DISPLAY=:0" \
+ >> ${PREFIX}/pgsql/.profile; \
+ ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "# if you want to make regression tests use this TZ" \
>> ${PREFIX}/pgsql/.profile; \
diff --git a/databases/postgresql-devel/Makefile b/databases/postgresql-devel/Makefile
index 4b9d2869a991..e433f213cb3a 100644
--- a/databases/postgresql-devel/Makefile
+++ b/databases/postgresql-devel/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.15 1997/10/03 14:13:34 andreas Exp $
+# $Id: Makefile,v 1.16 1997/10/04 22:43:21 andreas Exp $
DISTNAME= postgresql-6.2
CATEGORIES= databases
@@ -79,7 +79,9 @@ post-install:
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "PGDATA=${PREFIX}/pgsql/data" \
>> ${PREFIX}/pgsql/.profile; \
- ${ECHO} "export PATH MANPATH PGLIB PGDATA" \
+ ${ECHO} "DISPLAY=:0" \
+ >> ${PREFIX}/pgsql/.profile; \
+ ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "# if you want to make regression tests use this TZ" \
>> ${PREFIX}/pgsql/.profile; \
diff --git a/databases/postgresql7/Makefile b/databases/postgresql7/Makefile
index 4b9d2869a991..e433f213cb3a 100644
--- a/databases/postgresql7/Makefile
+++ b/databases/postgresql7/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.15 1997/10/03 14:13:34 andreas Exp $
+# $Id: Makefile,v 1.16 1997/10/04 22:43:21 andreas Exp $
DISTNAME= postgresql-6.2
CATEGORIES= databases
@@ -79,7 +79,9 @@ post-install:
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "PGDATA=${PREFIX}/pgsql/data" \
>> ${PREFIX}/pgsql/.profile; \
- ${ECHO} "export PATH MANPATH PGLIB PGDATA" \
+ ${ECHO} "DISPLAY=:0" \
+ >> ${PREFIX}/pgsql/.profile; \
+ ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "# if you want to make regression tests use this TZ" \
>> ${PREFIX}/pgsql/.profile; \
diff --git a/databases/postgresql73-server/Makefile b/databases/postgresql73-server/Makefile
index 4b9d2869a991..e433f213cb3a 100644
--- a/databases/postgresql73-server/Makefile
+++ b/databases/postgresql73-server/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.15 1997/10/03 14:13:34 andreas Exp $
+# $Id: Makefile,v 1.16 1997/10/04 22:43:21 andreas Exp $
DISTNAME= postgresql-6.2
CATEGORIES= databases
@@ -79,7 +79,9 @@ post-install:
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "PGDATA=${PREFIX}/pgsql/data" \
>> ${PREFIX}/pgsql/.profile; \
- ${ECHO} "export PATH MANPATH PGLIB PGDATA" \
+ ${ECHO} "DISPLAY=:0" \
+ >> ${PREFIX}/pgsql/.profile; \
+ ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "# if you want to make regression tests use this TZ" \
>> ${PREFIX}/pgsql/.profile; \
diff --git a/databases/postgresql73/Makefile b/databases/postgresql73/Makefile
index 4b9d2869a991..e433f213cb3a 100644
--- a/databases/postgresql73/Makefile
+++ b/databases/postgresql73/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.15 1997/10/03 14:13:34 andreas Exp $
+# $Id: Makefile,v 1.16 1997/10/04 22:43:21 andreas Exp $
DISTNAME= postgresql-6.2
CATEGORIES= databases
@@ -79,7 +79,9 @@ post-install:
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "PGDATA=${PREFIX}/pgsql/data" \
>> ${PREFIX}/pgsql/.profile; \
- ${ECHO} "export PATH MANPATH PGLIB PGDATA" \
+ ${ECHO} "DISPLAY=:0" \
+ >> ${PREFIX}/pgsql/.profile; \
+ ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "# if you want to make regression tests use this TZ" \
>> ${PREFIX}/pgsql/.profile; \
diff --git a/databases/postgresql74-server/Makefile b/databases/postgresql74-server/Makefile
index 4b9d2869a991..e433f213cb3a 100644
--- a/databases/postgresql74-server/Makefile
+++ b/databases/postgresql74-server/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.15 1997/10/03 14:13:34 andreas Exp $
+# $Id: Makefile,v 1.16 1997/10/04 22:43:21 andreas Exp $
DISTNAME= postgresql-6.2
CATEGORIES= databases
@@ -79,7 +79,9 @@ post-install:
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "PGDATA=${PREFIX}/pgsql/data" \
>> ${PREFIX}/pgsql/.profile; \
- ${ECHO} "export PATH MANPATH PGLIB PGDATA" \
+ ${ECHO} "DISPLAY=:0" \
+ >> ${PREFIX}/pgsql/.profile; \
+ ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "# if you want to make regression tests use this TZ" \
>> ${PREFIX}/pgsql/.profile; \
diff --git a/databases/postgresql80-server/Makefile b/databases/postgresql80-server/Makefile
index 4b9d2869a991..e433f213cb3a 100644
--- a/databases/postgresql80-server/Makefile
+++ b/databases/postgresql80-server/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.15 1997/10/03 14:13:34 andreas Exp $
+# $Id: Makefile,v 1.16 1997/10/04 22:43:21 andreas Exp $
DISTNAME= postgresql-6.2
CATEGORIES= databases
@@ -79,7 +79,9 @@ post-install:
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "PGDATA=${PREFIX}/pgsql/data" \
>> ${PREFIX}/pgsql/.profile; \
- ${ECHO} "export PATH MANPATH PGLIB PGDATA" \
+ ${ECHO} "DISPLAY=:0" \
+ >> ${PREFIX}/pgsql/.profile; \
+ ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "# if you want to make regression tests use this TZ" \
>> ${PREFIX}/pgsql/.profile; \
diff --git a/databases/postgresql81-server/Makefile b/databases/postgresql81-server/Makefile
index 4b9d2869a991..e433f213cb3a 100644
--- a/databases/postgresql81-server/Makefile
+++ b/databases/postgresql81-server/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.15 1997/10/03 14:13:34 andreas Exp $
+# $Id: Makefile,v 1.16 1997/10/04 22:43:21 andreas Exp $
DISTNAME= postgresql-6.2
CATEGORIES= databases
@@ -79,7 +79,9 @@ post-install:
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "PGDATA=${PREFIX}/pgsql/data" \
>> ${PREFIX}/pgsql/.profile; \
- ${ECHO} "export PATH MANPATH PGLIB PGDATA" \
+ ${ECHO} "DISPLAY=:0" \
+ >> ${PREFIX}/pgsql/.profile; \
+ ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "# if you want to make regression tests use this TZ" \
>> ${PREFIX}/pgsql/.profile; \
diff --git a/databases/postgresql82-server/Makefile b/databases/postgresql82-server/Makefile
index 4b9d2869a991..e433f213cb3a 100644
--- a/databases/postgresql82-server/Makefile
+++ b/databases/postgresql82-server/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.15 1997/10/03 14:13:34 andreas Exp $
+# $Id: Makefile,v 1.16 1997/10/04 22:43:21 andreas Exp $
DISTNAME= postgresql-6.2
CATEGORIES= databases
@@ -79,7 +79,9 @@ post-install:
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "PGDATA=${PREFIX}/pgsql/data" \
>> ${PREFIX}/pgsql/.profile; \
- ${ECHO} "export PATH MANPATH PGLIB PGDATA" \
+ ${ECHO} "DISPLAY=:0" \
+ >> ${PREFIX}/pgsql/.profile; \
+ ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "# if you want to make regression tests use this TZ" \
>> ${PREFIX}/pgsql/.profile; \
diff --git a/databases/postgresql83-server/Makefile b/databases/postgresql83-server/Makefile
index 4b9d2869a991..e433f213cb3a 100644
--- a/databases/postgresql83-server/Makefile
+++ b/databases/postgresql83-server/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.15 1997/10/03 14:13:34 andreas Exp $
+# $Id: Makefile,v 1.16 1997/10/04 22:43:21 andreas Exp $
DISTNAME= postgresql-6.2
CATEGORIES= databases
@@ -79,7 +79,9 @@ post-install:
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "PGDATA=${PREFIX}/pgsql/data" \
>> ${PREFIX}/pgsql/.profile; \
- ${ECHO} "export PATH MANPATH PGLIB PGDATA" \
+ ${ECHO} "DISPLAY=:0" \
+ >> ${PREFIX}/pgsql/.profile; \
+ ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "# if you want to make regression tests use this TZ" \
>> ${PREFIX}/pgsql/.profile; \
diff --git a/databases/postgresql84-server/Makefile b/databases/postgresql84-server/Makefile
index 4b9d2869a991..e433f213cb3a 100644
--- a/databases/postgresql84-server/Makefile
+++ b/databases/postgresql84-server/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.15 1997/10/03 14:13:34 andreas Exp $
+# $Id: Makefile,v 1.16 1997/10/04 22:43:21 andreas Exp $
DISTNAME= postgresql-6.2
CATEGORIES= databases
@@ -79,7 +79,9 @@ post-install:
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "PGDATA=${PREFIX}/pgsql/data" \
>> ${PREFIX}/pgsql/.profile; \
- ${ECHO} "export PATH MANPATH PGLIB PGDATA" \
+ ${ECHO} "DISPLAY=:0" \
+ >> ${PREFIX}/pgsql/.profile; \
+ ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "# if you want to make regression tests use this TZ" \
>> ${PREFIX}/pgsql/.profile; \
diff --git a/databases/postgresql90-server/Makefile b/databases/postgresql90-server/Makefile
index 4b9d2869a991..e433f213cb3a 100644
--- a/databases/postgresql90-server/Makefile
+++ b/databases/postgresql90-server/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.15 1997/10/03 14:13:34 andreas Exp $
+# $Id: Makefile,v 1.16 1997/10/04 22:43:21 andreas Exp $
DISTNAME= postgresql-6.2
CATEGORIES= databases
@@ -79,7 +79,9 @@ post-install:
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "PGDATA=${PREFIX}/pgsql/data" \
>> ${PREFIX}/pgsql/.profile; \
- ${ECHO} "export PATH MANPATH PGLIB PGDATA" \
+ ${ECHO} "DISPLAY=:0" \
+ >> ${PREFIX}/pgsql/.profile; \
+ ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "# if you want to make regression tests use this TZ" \
>> ${PREFIX}/pgsql/.profile; \
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile
index 4b9d2869a991..e433f213cb3a 100644
--- a/databases/postgresql91-server/Makefile
+++ b/databases/postgresql91-server/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.15 1997/10/03 14:13:34 andreas Exp $
+# $Id: Makefile,v 1.16 1997/10/04 22:43:21 andreas Exp $
DISTNAME= postgresql-6.2
CATEGORIES= databases
@@ -79,7 +79,9 @@ post-install:
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "PGDATA=${PREFIX}/pgsql/data" \
>> ${PREFIX}/pgsql/.profile; \
- ${ECHO} "export PATH MANPATH PGLIB PGDATA" \
+ ${ECHO} "DISPLAY=:0" \
+ >> ${PREFIX}/pgsql/.profile; \
+ ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "# if you want to make regression tests use this TZ" \
>> ${PREFIX}/pgsql/.profile; \
diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile
index 4b9d2869a991..e433f213cb3a 100644
--- a/databases/postgresql92-server/Makefile
+++ b/databases/postgresql92-server/Makefile
@@ -3,7 +3,7 @@
# Date created: April 2, 1997
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.15 1997/10/03 14:13:34 andreas Exp $
+# $Id: Makefile,v 1.16 1997/10/04 22:43:21 andreas Exp $
DISTNAME= postgresql-6.2
CATEGORIES= databases
@@ -79,7 +79,9 @@ post-install:
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "PGDATA=${PREFIX}/pgsql/data" \
>> ${PREFIX}/pgsql/.profile; \
- ${ECHO} "export PATH MANPATH PGLIB PGDATA" \
+ ${ECHO} "DISPLAY=:0" \
+ >> ${PREFIX}/pgsql/.profile; \
+ ${ECHO} "export PATH MANPATH PGLIB PGDATA DISPLAY" \
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "# if you want to make regression tests use this TZ" \
>> ${PREFIX}/pgsql/.profile; \