summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc G. Fournier1996-10-25 19:57:43 +0000
committerMarc G. Fournier1996-10-25 19:57:43 +0000
commit2f9ee44f2b951bc418b677777925bd1b114401ca (patch)
treef6cc41a3ae22cbcc6c4de818876908a33bc88569
parentb8885b22d21f23da57e77bfa2665f6abdc6cc3d7 (diff)
Accidently commited Makefile.global with PGPORT set to 6543
-rw-r--r--src/Makefile.global4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.global b/src/Makefile.global
index b1d28827fb5..8819c16a4b5 100644
--- a/src/Makefile.global
+++ b/src/Makefile.global
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.14 1996/10/25 09:33:44 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.15 1996/10/25 19:57:43 scrappy Exp $
#
# NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -60,7 +60,7 @@
# make sure that you have no whitespaces after the PORTNAME setting
# or the makefiles can get confused
#
-PORTNAME= UNDEFINED
+PORTNAME= BSD44_derived
# SRCDIR specifies where the source files are.
SRCDIR= /usr/local/postgres95/src