summaryrefslogtreecommitdiff
path: root/mail/mh
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-07-17 15:13:02 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-07-17 15:13:02 +0000
commit5e5eddfc6095220a71076c16d43c690e2f9656e2 (patch)
tree07dea29a435aa8be3d5b45607547c855e34deb6b /mail/mh
parentUpgrade 1.3 -> 1.4. (diff)
ldconfig -> ${LDCONFIG}.
Notes
Notes: svn path=/head/; revision=7360
Diffstat (limited to 'mail/mh')
-rw-r--r--mail/mh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mh/Makefile b/mail/mh/Makefile
index 1f0078d8988e..b7ff7abbcf2e 100644
--- a/mail/mh/Makefile
+++ b/mail/mh/Makefile
@@ -3,7 +3,7 @@
# Date created: Oct 4, 1994
# Whom: pst
#
-# $Id: Makefile,v 1.10 1996/11/10 21:31:50 obrien Exp $
+# $Id: Makefile,v 1.11 1996/11/17 07:42:37 obrien Exp $
#
DISTNAME= mh-6.8.3
@@ -26,6 +26,6 @@ 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:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>