aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql73-server/Makefile
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>1997-10-06 05:00:49 +0800
committerandreas <andreas@FreeBSD.org>1997-10-06 05:00:49 +0800
commit82949069c3b76438d864828262277e3d58526c08 (patch)
tree90f40123e60f83d45a20af535139a5efbb0baa7f /databases/postgresql73-server/Makefile
parentd84f4164950498d8a3df15ab017bb31efa927869 (diff)
downloadfreebsd-ports-gnome-82949069c3b76438d864828262277e3d58526c08.tar.gz
freebsd-ports-gnome-82949069c3b76438d864828262277e3d58526c08.tar.zst
freebsd-ports-gnome-82949069c3b76438d864828262277e3d58526c08.zip
- remove the ampersand, postmaster process automatically goes into
background because of the -S option. - remove the -D datadir option, it's meaningless, because the pgsql user environment overwrites it with the PGDATA env variable. Since this is important and might cause some headache, I mentioned this in ~pgsql/.profile and the startup script. Submitted by: John Fiber
Diffstat (limited to 'databases/postgresql73-server/Makefile')
-rw-r--r--databases/postgresql73-server/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql73-server/Makefile b/databases/postgresql73-server/Makefile
index e433f213cb3a..a5c3891e3166 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.16 1997/10/04 22:43:21 andreas Exp $
+# $Id: Makefile,v 1.17 1997/10/04 23:38:59 andreas Exp $
DISTNAME= postgresql-6.2
CATEGORIES= databases
@@ -77,6 +77,8 @@ post-install:
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "PGLIB=${PREFIX}/pgsql/lib" \
>> ${PREFIX}/pgsql/.profile; \
+ ${ECHO} "# note: PGDATA overwrites the -D startup option" \
+ >> ${PREFIX}/pgsql/.profile; \
${ECHO} "PGDATA=${PREFIX}/pgsql/data" \
>> ${PREFIX}/pgsql/.profile; \
${ECHO} "DISPLAY=:0" \