diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-06-24 11:42:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-06-24 11:42:32 +0000 |
commit | d530b271d96cde879c3eb6ed8d1f6e86dee25919 (patch) | |
tree | 0f3bfcde4180f0885c812fc77254f8b7feaded8f /japanese/mh | |
parent | Add a "checkpatch" target that does a "patch -C" instead of a "patch". (diff) |
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 'japanese/mh')
-rw-r--r-- | japanese/mh/Makefile | 5 | ||||
-rw-r--r-- | japanese/mh/pkg-plist | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/japanese/mh/Makefile b/japanese/mh/Makefile index 8b996d35333d..5ca5a3cfe010 100644 --- a/japanese/mh/Makefile +++ b/japanese/mh/Makefile @@ -3,7 +3,7 @@ # Date created: 28 March 1995 # Whom: Akito FUJITA <fujita@zoo.ncl.omron.co.jp> # -# $Id: Makefile,v 1.1.1.1 1995/03/30 10:16:11 asami Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:46:28 jkh Exp $ # DISTNAME= mh-6.8.3 @@ -35,4 +35,7 @@ pre-install: ;; \ esac) +post-install: + ldconfig -m ${PREFIX}/lib + .include <bsd.port.mk> diff --git a/japanese/mh/pkg-plist b/japanese/mh/pkg-plist index e39dcb7389ca..d7a113020e86 100644 --- a/japanese/mh/pkg-plist +++ b/japanese/mh/pkg-plist @@ -52,6 +52,7 @@ lib/mh/rcvtty @group @mode 644 lib/libmh.so.3.2 +@exec ldconfig -m %B lib/mh/mtstailor lib/mh/MailAliases lib/mh/components |