diff options
author | frueauf <frueauf> | 1998-02-18 11:50:33 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-02-18 11:50:33 +0000 |
commit | a561569f984e02b69c4c85d64615046a655165e8 (patch) | |
tree | acdb284d688a6187340fd059fdd6fb51a2c434c9 | |
parent | 237b8552397fc5b7c307e5a048a8fbfa8616ea13 (diff) | |
download | pkgsrc-a561569f984e02b69c4c85d64615046a655165e8.tar.gz |
portlint: add "|| ${TRUE}" after ldconfig.
-rw-r--r-- | databases/postgresql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile index b1c5be5a070..b53c7db2dea 100644 --- a/databases/postgresql/Makefile +++ b/databases/postgresql/Makefile @@ -3,7 +3,7 @@ # Date created: April 2, 1997 # Whom: Marc G. Fournier <scrappy@FreeBSD.ORG> # -# $NetBSD: Makefile,v 1.2 1998/02/17 15:37:40 agc Exp $ +# $NetBSD: Makefile,v 1.3 1998/02/18 11:50:33 frueauf Exp $ # FreeBSD Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp DISTNAME= postgresql-6.2.1 @@ -91,7 +91,7 @@ post-install: fi @/usr/sbin/chown -R ${PGUSER}:${PGUSER} ${PREFIX}/pgsql @${ECHO} 'Initializing PostgreSQL Databases - this may take a few minutes...' - @${LDCONFIG} -m ${PREFIX}/pgsql/lib + @${LDCONFIG} -m ${PREFIX}/pgsql/lib || ${TRUE} @${ECHO} '${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data' | su -l ${PGUSER} @${SED} -e "s=!!PREFIX!!=${PREFIX}=g" < ${FILESDIR}/pgsql.sh.tmpl \ > ${PREFIX}/etc/rc.d/pgsql.sh |