diff options
Diffstat (limited to 'japanese/postgresql')
-rw-r--r-- | japanese/postgresql/Makefile | 2 | ||||
-rw-r--r-- | japanese/postgresql/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/postgresql/Makefile b/japanese/postgresql/Makefile index b6d64f7..39b2373 100644 --- a/japanese/postgresql/Makefile +++ b/japanese/postgresql/Makefile @@ -74,6 +74,8 @@ MANL= abort.l alter_table.l alter_user.l begin.l close.l cluster.l \ select.l set.l show.l sql.l update.l vacuum.l MANPREFIX= ${PREFIX}/${INSTALL_DIR} +INSTALLS_SHLIB= yes +LDCONFIG_DIRS= ${PREFIX}/${INSTALL_DIR}/lib PLIST_SUB= INSTALL_DIR=${INSTALL_DIR} PLIST= ${WRKDIR}/PLIST diff --git a/japanese/postgresql/pkg-plist b/japanese/postgresql/pkg-plist index b0075a9..8e2e081 100644 --- a/japanese/postgresql/pkg-plist +++ b/japanese/postgresql/pkg-plist @@ -269,5 +269,3 @@ share/doc/%%INSTALL_DIR%%/KNOWN_BUGS share/doc/%%INSTALL_DIR%%/MISSING_FEATURES share/doc/%%INSTALL_DIR%%/README.Charsets share/doc/%%INSTALL_DIR%%/README.NT -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |