aboutsummaryrefslogtreecommitdiff
path: root/security/mhash
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-06-16 08:48:22 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-06-16 08:48:22 +0000
commitdc1177a9a5be3b096b2023326ea54d3152bf1571 (patch)
treefac4efda6d456d2e4eb8e8e61b9c14eda7202813 /security/mhash
parent880b5e44bc87f9065a91e444717a092d0661cce9 (diff)
downloadports-dc1177a9a5be3b096b2023326ea54d3152bf1571.tar.gz
ports-dc1177a9a5be3b096b2023326ea54d3152bf1571.zip
Fourth round of INSTALLS_SHLIBS conversion.
Notes
Notes: svn path=/head/; revision=29630
Diffstat (limited to 'security/mhash')
-rw-r--r--security/mhash/Makefile4
-rw-r--r--security/mhash/pkg-plist2
2 files changed, 1 insertions, 5 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile
index d32141f63790..720d6a1202e0 100644
--- a/security/mhash/Makefile
+++ b/security/mhash/Makefile
@@ -12,12 +12,10 @@ MASTER_SITES= http://schumann.cx/mhash/dl/
MAINTAINER= nsayer@freebsd.org
+INSTALLS_SHLIBS= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-LDFLAGS='-lc_r'
MAN3= mhash.3
-post-install:
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-
.include <bsd.port.mk>
diff --git a/security/mhash/pkg-plist b/security/mhash/pkg-plist
index 77560d065e21..50a9674933b5 100644
--- a/security/mhash/pkg-plist
+++ b/security/mhash/pkg-plist
@@ -3,5 +3,3 @@ lib/libmhash.so.1
lib/libmhash.so
lib/libmhash.a
include/mhash.h
-@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
-@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B