summaryrefslogtreecommitdiff
path: root/math/bihar/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-16 10:38:50 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-16 10:38:50 +0000
commit5178b48938d20e336ec57a055a01cb66105cd20c (patch)
tree7b629f06e72f052bb88c209caf447e4bb6077033 /math/bihar/Makefile
parentUpgrade to 1.1. (diff)
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Notes
Notes: svn path=/head/; revision=29636
Diffstat (limited to 'math/bihar/Makefile')
-rw-r--r--math/bihar/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/bihar/Makefile b/math/bihar/Makefile
index b50dace2ab13..cc70f91f6939 100644
--- a/math/bihar/Makefile
+++ b/math/bihar/Makefile
@@ -20,6 +20,8 @@ EXTRACT_CMD= ${TAR}
EXTRACT_BEFORE_ARGS= -xf
EXTRACT_AFTER_ARGS= # empty
+INSTALLS_SHLIBS= yes
+
.include <bsd.port.pre.mk>
post-extract:
@@ -38,6 +40,5 @@ post-install:
.if ${PORTOBJFORMAT} == "aout"
${LN} -sf libbihar.so.1 ${PREFIX}/lib/libbihar.so
.endif
- ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.post.mk>