summaryrefslogtreecommitdiff
path: root/databases/typhoon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/typhoon/Makefile')
-rw-r--r--databases/typhoon/Makefile5
1 files changed, 3 insertions, 2 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>