summaryrefslogtreecommitdiff
path: root/devel/str
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-15 17:59:45 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-15 17:59:45 +0000
commit835d6b8655813f2580f5db9fcbec03a34833ec92 (patch)
tree1dad4fa822830f51205ce8becf3ef756537f4a2b /devel/str
parentSecond round of INSTALL_SHLIBS=yes fixes. (diff)
Third round of INSTALL_SHLIBS=yes fixes.
Notes
Notes: svn path=/head/; revision=29615
Diffstat (limited to 'devel/str')
-rw-r--r--devel/str/Makefile4
-rw-r--r--devel/str/pkg-plist2
2 files changed, 1 insertions, 5 deletions
diff --git a/devel/str/Makefile b/devel/str/Makefile
index 45d67cc3f2cf..1a9c0f46d5da 100644
--- a/devel/str/Makefile
+++ b/devel/str/Makefile
@@ -14,6 +14,7 @@ MASTER_SITES= http://www.engelschall.com/sw/str/ \
MAINTAINER= rse@engelschall.com
HAS_CONFIGURE= yes
+INSTALL_SHLIBS= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
MAN1= str-config.1
@@ -25,7 +26,4 @@ post-build:
test:
@cd ${WRKSRC} && ${MAKE} test
-post-install:
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-
.include <bsd.port.mk>
diff --git a/devel/str/pkg-plist b/devel/str/pkg-plist
index 97cf5caa3636..4f31810516d8 100644
--- a/devel/str/pkg-plist
+++ b/devel/str/pkg-plist
@@ -4,5 +4,3 @@ lib/libstr.a
lib/libstr.la
lib/libstr.so
lib/libstr.so.9
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B