aboutsummaryrefslogtreecommitdiff
path: root/mail/mh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mh/Makefile')
-rw-r--r--mail/mh/Makefile5
1 files changed, 4 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>