diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 00:44:16 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 00:44:16 +0800 |
commit | f359ee78885faedfb9fd1259c36133038ac50245 (patch) | |
tree | e149280677fe44f0552faf757470ea0023906ed0 /databases/typhoon | |
parent | 124867154b7cf447efaed5aa7238f231be993f70 (diff) | |
download | freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.tar.gz freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.tar.zst freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.zip |
First round of INSTALL_SHLIB fixes.
Diffstat (limited to 'databases/typhoon')
-rw-r--r-- | databases/typhoon/Makefile | 5 | ||||
-rw-r--r-- | databases/typhoon/pkg-plist | 2 |
2 files changed, 3 insertions, 4 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 |