diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-15 16:44:16 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-15 16:44:16 +0000 |
commit | f359ee78885faedfb9fd1259c36133038ac50245 (patch) | |
tree | e149280677fe44f0552faf757470ea0023906ed0 /databases | |
parent | 124867154b7cf447efaed5aa7238f231be993f70 (diff) | |
download | FreeBSD-ports-f359ee78885faedfb9fd1259c36133038ac50245.zip FreeBSD-ports-f359ee78885faedfb9fd1259c36133038ac50245.tar.gz |
First round of INSTALL_SHLIB fixes.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/typhoon/Makefile | 5 | ||||
-rw-r--r-- | databases/typhoon/pkg-plist | 2 | ||||
-rw-r--r-- | databases/unixODBC/Makefile | 1 | ||||
-rw-r--r-- | databases/unixODBC/pkg-plist | 2 |
4 files changed, 4 insertions, 6 deletions
diff --git a/databases/typhoon/Makefile b/databases/typhoon/Makefile index d5362b3..7109ef2 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 d8672ad..62ed26e 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 c1e38df..b390075 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 855acce..18ded98 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 |