summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-15 16:44:16 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-15 16:44:16 +0000
commit1de95a9ce1b6eaced7531fa61e3c1dd2b0280f97 (patch)
tree793d58c7df7e7a6a8851050e7e17a32a176a9a93 /databases
parentUpdate port to 4.41 (diff)
First round of INSTALL_SHLIB fixes.
Notes
Notes: svn path=/head/; revision=29613
Diffstat (limited to 'databases')
-rw-r--r--databases/typhoon/Makefile5
-rw-r--r--databases/typhoon/pkg-plist2
-rw-r--r--databases/unixODBC/Makefile1
-rw-r--r--databases/unixODBC/pkg-plist2
4 files changed, 4 insertions, 6 deletions
diff --git a/databases/typhoon/Makefile b/databases/typhoon/Makefile
index d5362b3bccf7..7109ef2d7296 100644
--- a/databases/typhoon/Makefile
+++ b/databases/typhoon/Makefile
@@ -14,7 +14,9 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
-HAS_CONFIGURE= yes
+HAS_CONFIGURE= yes
+INSTALL_SHLIBS= yes
+
MAN3=d_close.3 d_crget.3 d_crread.3 d_crset.3 d_dbdpath.3 d_dbfpath.3 \
d_dbget.3 d_dbset.3 d_delete.3 d_fillnew.3 d_getsequence.3 d_keyfind.3 \
d_keyfrst.3 d_keylast.3 d_keynext.3 d_keyprev.3 d_keyread.3 d_open.3 \
@@ -26,6 +28,5 @@ post-install:
@${MKDIR} ${PREFIX}/share/typhoon
@${INSTALL_DATA} ${WRKSRC}/man/manual.asc ${PREFIX}/share/typhoon
@${INSTALL_DATA} ${WRKSRC}/include/environ.h ${WRKSRC}/include/typhoon.h ${PREFIX}/include
- @${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>
diff --git a/databases/typhoon/pkg-plist b/databases/typhoon/pkg-plist
index d8672ad5152f..62ed26e04080 100644
--- a/databases/typhoon/pkg-plist
+++ b/databases/typhoon/pkg-plist
@@ -7,7 +7,5 @@ include/typhoon.h
lib/libtyphoon.a
lib/libtyphoon.so
lib/libtyphoon.so.1
-@exec /sbin/ldconfig -m %B
-@unexec /sbin/ldconfig -R
share/typhoon/manual.asc
@dirrm share/typhoon
diff --git a/databases/unixODBC/Makefile b/databases/unixODBC/Makefile
index c1e38df1d04f..b3900753d3d1 100644
--- a/databases/unixODBC/Makefile
+++ b/databases/unixODBC/Makefile
@@ -14,6 +14,7 @@ MASTER_SITES= http://www.unixodbc.org/
MAINTAINER= nsayer@FreeBSD.org
GNU_CONFIGURE= yes
+INSTALL_SHLIBS= yes
.if defined(WITH_X)
USE_XLIB= yes
CONFIGURE_ARGS+=--enable-gui
diff --git a/databases/unixODBC/pkg-plist b/databases/unixODBC/pkg-plist
index 855acceab6fe..18ded989cbce 100644
--- a/databases/unixODBC/pkg-plist
+++ b/databases/unixODBC/pkg-plist
@@ -72,5 +72,3 @@ lib/libnn.so.1
lib/libnn.so
lib/libnn.la
lib/libnn.a
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R