diff options
author | asami <asami@FreeBSD.org> | 1995-06-24 19:42:32 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-06-24 19:42:32 +0800 |
commit | d21b71cc5a3e11bccc9aa5fe5763254cd565d9a5 (patch) | |
tree | 560e7eb8a07c987120c853aef90742f320b09b93 /mail/mh | |
parent | 8d54bac5baa3871cb4702456e31c93aedc116bd5 (diff) | |
download | freebsd-ports-gnome-d21b71cc5a3e11bccc9aa5fe5763254cd565d9a5.tar.gz freebsd-ports-gnome-d21b71cc5a3e11bccc9aa5fe5763254cd565d9a5.tar.zst freebsd-ports-gnome-d21b71cc5a3e11bccc9aa5fe5763254cd565d9a5.zip |
Add
post-install:
pkg_add -m ${PREFIX}/lib
to Makefiles and
@exec ldconfig -m %D
to packing lists of ports that install shared libraries.
This should get rid of a huge chunk of confusion for novice users!
All hail Paul Kranenburg! :)
Diffstat (limited to 'mail/mh')
-rw-r--r-- | mail/mh/Makefile | 5 | ||||
-rw-r--r-- | mail/mh/pkg-plist | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/mail/mh/Makefile b/mail/mh/Makefile index 88f1fb160f36..ab3b4fcc0263 100644 --- a/mail/mh/Makefile +++ b/mail/mh/Makefile @@ -3,7 +3,7 @@ # Date created: Oct 4, 1994 # Whom: pst # -# $Id: Makefile,v 1.3 1995/04/11 20:28:15 asami Exp $ +# $Id: Makefile,v 1.4 1995/04/12 02:03:21 asami Exp $ # DISTNAME= mh-6.8.3 @@ -13,4 +13,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= markm@FreeBSD.ORG +post-install: + ldconfig -m ${PREFIX}/lib + .include <bsd.port.mk> diff --git a/mail/mh/pkg-plist b/mail/mh/pkg-plist index a2a7b5f083ce..80e8062808b0 100644 --- a/mail/mh/pkg-plist +++ b/mail/mh/pkg-plist @@ -32,6 +32,7 @@ bin/whatnow bin/whom bin/mhparam lib/libmh.so.3.2 +@exec ldconfig -m %B lib/mh/mtstailor lib/mh/MailAliases lib/mh/components |