diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 16:48:22 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 16:48:22 +0800 |
commit | 9151f3de49e078e4c11ca2cb75df9214570190db (patch) | |
tree | 1e5290647edb4803ae78750cffd54a3dba48f512 /mail | |
parent | 6fc5471b6bce45b2f23ce2e21d1abd1fde62ae48 (diff) | |
download | freebsd-ports-gnome-9151f3de49e078e4c11ca2cb75df9214570190db.tar.gz freebsd-ports-gnome-9151f3de49e078e4c11ca2cb75df9214570190db.tar.zst freebsd-ports-gnome-9151f3de49e078e4c11ca2cb75df9214570190db.zip |
Fourth round of INSTALLS_SHLIBS conversion.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mh/Makefile | 5 | ||||
-rw-r--r-- | mail/mh/pkg-plist | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/mail/mh/Makefile b/mail/mh/Makefile index fac8451cda3d..54355c6d2bf7 100644 --- a/mail/mh/Makefile +++ b/mail/mh/Makefile @@ -19,6 +19,8 @@ MAINTAINER= pst@FreeBSD.org FORBIDDEN= "Buffer overflow in MIME parsing code, exploitable via email. Since mh is no longer actively developed, this bug may not get fixed - consider using the nmh port in ${PORTSDIR}/mail/nmh, which is the successor to mh" +INSTALLS_SHLIBS= yes + MAN1= ali.1 anno.1 burst.1 comp.1 dist.1 folder.1 forw.1 inc.1 mark.1 \ mh-chart.1 mh.1 mhl.1 mhook.1 mhmail.1 mhn.1 mhparam.1 mhpath.1 \ msgchk.1 msh.1 next.1 packf.1 pick.1 prev.1 prompter.1 rcvstore.1 \ @@ -27,7 +29,4 @@ MAN1= ali.1 anno.1 burst.1 comp.1 dist.1 folder.1 forw.1 inc.1 mark.1 \ MAN5= mh-alias.5 mh-format.5 mh-mail.5 mh-profile.5 mh-sequence.5 mh-tailor.5 MAN8= ap.8 conflict.8 dp.8 install-mh.8 post.8 fmtdump.8 -post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> diff --git a/mail/mh/pkg-plist b/mail/mh/pkg-plist index 2cbd3685bfbd..b16d3db1d7d1 100644 --- a/mail/mh/pkg-plist +++ b/mail/mh/pkg-plist @@ -73,7 +73,5 @@ lib/mh/tmac.h lib/mh/viamail lib/libmh.so lib/libmh.so.3.2 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R libexec/popd @dirrm lib/mh |