summaryrefslogtreecommitdiff
path: root/databases/postgresql80-server
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-19 14:16:51 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-19 14:16:51 +0000
commit17cd4ef2984ed674105793470a33d6ecea9e2b74 (patch)
tree3c3606d5c8d931d21b9b6dbe73ace9813fedb717 /databases/postgresql80-server
parent- if MOTIFLIB is not defined, setup a default (diff)
Typo typo. (No, this one wasn't my fault.)
Notes
Notes: svn path=/head/; revision=4597
Diffstat (limited to 'databases/postgresql80-server')
-rw-r--r--databases/postgresql80-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql80-server/Makefile b/databases/postgresql80-server/Makefile
index fb25dbceeb37..33b1f0c06fc7 100644
--- a/databases/postgresql80-server/Makefile
+++ b/databases/postgresql80-server/Makefile
@@ -3,7 +3,7 @@
# Date created: Oct 9 1996
# Whom: Matthew Stein <matt@bdd.net>
#
-# $Id: Makefile,v 1.3 1996/10/10 12:53:49 jfitz Exp $
+# $Id: Makefile,v 1.4 1996/11/17 03:18:45 obrien Exp $
PKGNAME= postgres95-1.08
CATEGORIES= databases
@@ -45,7 +45,7 @@ post-install:
.endif
@ chown -R postgres:postgres ${PREFIX}/postgres95
@ echo 'Initializing Postgres95 Databases - this may take a few minutes...'
- @ su -l posgres -c ${PREFIX}/postgres95/bin/initdb
+ @ su -l postgres -c ${PREFIX}/postgres95/bin/initdb
@ ${MKDIR} ${PREFIX}/etc/rc.d
@ if [ ! -f ${PREFIX}/etc/rc.d/postgres95.sh ]; then \
echo "Installing ${PREFIX}/etc/rc.d/postgres95.sh startup file."; \