From d530b271d96cde879c3eb6ed8d1f6e86dee25919 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sat, 24 Jun 1995 11:42:32 +0000 Subject: 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! :) --- japanese/mh/Makefile | 5 ++++- japanese/mh/pkg-plist | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'japanese/mh') 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 # -# $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 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 -- cgit v1.2.3