diff options
author | asami <asami@FreeBSD.org> | 1998-12-22 13:36:02 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-22 13:36:02 +0800 |
commit | 904cb92cfcc814722f6f5399968bc8c07dfcb338 (patch) | |
tree | bb7308fcd057d338aa12df05326d5d3c324fdfc6 /databases/postgresql83-server | |
parent | 646aab69ae33e2f022e7835ee8e811ff30a81daa (diff) | |
download | freebsd-ports-gnome-904cb92cfcc814722f6f5399968bc8c07dfcb338.tar.gz freebsd-ports-gnome-904cb92cfcc814722f6f5399968bc8c07dfcb338.tar.zst freebsd-ports-gnome-904cb92cfcc814722f6f5399968bc8c07dfcb338.zip |
Fix bogon in previous commit by scrappy -- move ldconfig lines back to
the right place so they will actually be run on the libraries, not some
text files.
Diffstat (limited to 'databases/postgresql83-server')
-rw-r--r-- | databases/postgresql83-server/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql83-server/pkg-plist b/databases/postgresql83-server/pkg-plist index dc1f31e49664..37b78129fd3f 100644 --- a/databases/postgresql83-server/pkg-plist +++ b/databases/postgresql83-server/pkg-plist @@ -118,6 +118,8 @@ pgsql/lib/local1_template1.description pgsql/lib/pg_geqo.sample pgsql/lib/pg_hba.conf.sample pgsql/lib/plpgsql.so +@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B +@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R pgsql/post-install-notes share/doc/pgsql/FAQ share/doc/pgsql/FAQ_CVS @@ -299,8 +301,6 @@ share/doc/pgsql/tutorial.ps.gz share/doc/pgsql/tutorial.tar.gz share/doc/pgsql/user.ps.gz share/doc/pgsql/user.tar.gz -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @dirrm share/doc/pgsql/src/sgml/ref @dirrm share/doc/pgsql/src/sgml @dirrm share/doc/pgsql/src/graphics |