summaryrefslogtreecommitdiff
path: root/databases/postgresql/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>1999-12-28 04:56:09 +0000
committerwiz <wiz@pkgsrc.org>1999-12-28 04:56:09 +0000
commit65954a0c01ac3d287a24923403342eb2051f0810 (patch)
tree53bc3ed7d4f4c1b46800de6ac3aa483723bd7c89 /databases/postgresql/Makefile
parent5f7a4ca6c7d2f74c4ff755e91f1fb170900e8c97 (diff)
downloadpkgsrc-65954a0c01ac3d287a24923403342eb2051f0810.tar.gz
replaced some commands by their ${COMMAND} counterparts
Diffstat (limited to 'databases/postgresql/Makefile')
-rw-r--r--databases/postgresql/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile
index bc5010e0aae..4e9ef9bc3c8 100644
--- a/databases/postgresql/Makefile
+++ b/databases/postgresql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 1999/12/02 01:47:05 darcy Exp $
+# $NetBSD: Makefile,v 1.44 1999/12/28 04:56:09 wiz Exp $
# FreeBSD Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp
#
@@ -168,6 +168,6 @@ post-install:
@${CHOWN} -R ${PGUSER}:${PGGROUP} ${PGPREFIX}
@${ECHO} 'Initializing PostgreSQL Databases - this may take a few minutes...'
- @${ECHO} '${SETENV} PATH=${PGPREFIX}/bin:$$PATH ${PGPREFIX}/bin/initdb --pglib=${PGPREFIX}/lib --pgdata=${PGPREFIX}/data' | su -l ${PGUSER}
+ @${ECHO} '${SETENV} PATH=${PGPREFIX}/bin:$$PATH ${PGPREFIX}/bin/initdb --pglib=${PGPREFIX}/lib --pgdata=${PGPREFIX}/data' | ${SU} -l ${PGUSER}
.include "../../mk/bsd.pkg.mk"