summaryrefslogtreecommitdiff
path: root/databases/postgresql-server
diff options
context:
space:
mode:
authorjlam <jlam>2002-10-19 19:03:59 +0000
committerjlam <jlam>2002-10-19 19:03:59 +0000
commit01d525047305ea02979a2804bbf70c9fa663c59f (patch)
tree6c55d5e736e87daf32d2508aacd6e215eceac17a /databases/postgresql-server
parent2166ee7c75e2e344dc2c8be1433c8db14b469717 (diff)
downloadpkgsrc-01d525047305ea02979a2804bbf70c9fa663c59f.tar.gz
Don't create ${PGHOME} at install time, as the rc.d script will do it for
us the first time that pgsql is run.
Diffstat (limited to 'databases/postgresql-server')
-rw-r--r--databases/postgresql-server/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql-server/Makefile b/databases/postgresql-server/Makefile
index 549d7e804a1..8f68de04f53 100644
--- a/databases/postgresql-server/Makefile
+++ b/databases/postgresql-server/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2002/10/19 03:03:51 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2002/10/19 19:03:59 jlam Exp $
PKGNAME= postgresql-server-${BASE_VERS}
COMMENT= PostgreSQL database server programs
@@ -29,6 +29,7 @@ PGUSER?= pgsql
PGGROUP?= pgsql
PGHOME?= ${PREFIX}/${PGUSER}
FILES_SUBST+= PGUSER=${PGUSER}
+FILES_SUBST+= PGGROUP=${PGGROUP}
FILES_SUBST+= PGHOME=${PGHOME}
BUILD_DEFS= PGUSER PGROUP PGHOME
@@ -36,7 +37,6 @@ PKG_USERS= ${PGUSER}:${PGGROUP}::PostgreSQL\\ database\\ administrator:${PGHOME
PKG_GROUPS= ${PGGROUP}
RCD_SCRIPTS= pgsql
-OWN_DIRS_PERMS= ${PGHOME} ${PGUSER} ${PGGROUP} 0755
post-buildlink:
#