diff options
author | jlam <jlam@pkgsrc.org> | 2000-12-07 16:57:54 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-12-07 16:57:54 +0000 |
commit | 2792146bd0c543e2f3e5b9d7936c5f6d6d27bfd1 (patch) | |
tree | f2ca4835bc828138ae8039e8ae3a20180321b672 /databases | |
parent | 6d8100cf62cad819206c36b43610736c492b32a6 (diff) | |
download | pkgsrc-2792146bd0c543e2f3e5b9d7936c5f6d6d27bfd1.tar.gz |
Remove unnecessary substitution of @PGHOME@ in pgsql.sh.tmpl.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile index ca3309c84fd..6fab898c58e 100644 --- a/databases/postgresql/Makefile +++ b/databases/postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2000/12/07 16:56:39 jlam Exp $ +# $NetBSD: Makefile,v 1.56 2000/12/07 16:57:54 jlam Exp $ # FreeBSD Id: Makefile,v 1.22 1997/12/24 01:21:37 alex Exp # @@ -87,7 +87,6 @@ post-install: ${SED} -e "s|@PREFIX@|${PREFIX}|g" \ -e "s|@PGUSER@|${PGUSER}|g" \ - -e "s|@PGHOME@|${PGHOME}|g" \ < ${FILESDIR}/pgsql.sh.tmpl > ${WRKDIR}/pgsql.sh ${INSTALL} -c -o root -g ${PGGROUP} -m 554 \ ${WRKDIR}/pgsql.sh ${PREFIX}/etc/rc.d/pgsql |