diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 08:48:22 +0000 |
commit | 9151f3de49e078e4c11ca2cb75df9214570190db (patch) | |
tree | 1e5290647edb4803ae78750cffd54a3dba48f512 /security/mhash | |
parent | 6fc5471b6bce45b2f23ce2e21d1abd1fde62ae48 (diff) | |
download | FreeBSD-ports-9151f3de49e078e4c11ca2cb75df9214570190db.zip FreeBSD-ports-9151f3de49e078e4c11ca2cb75df9214570190db.tar.gz |
Fourth round of INSTALLS_SHLIBS conversion.
Diffstat (limited to 'security/mhash')
-rw-r--r-- | security/mhash/Makefile | 4 | ||||
-rw-r--r-- | security/mhash/pkg-plist | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile index d32141f..720d6a1 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 77560d0..50a9674 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 |