summaryrefslogtreecommitdiff
path: root/mail
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
parentUpgrade 1.3 -> 1.4. (diff)
ldconfig -> ${LDCONFIG}.
Notes
Notes: svn path=/head/; revision=7360
Diffstat (limited to 'mail')
-rw-r--r--mail/faces/Makefile4
-rw-r--r--mail/mh/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile
index 413e9c6de03b..40183e85adce 100644
--- a/mail/faces/Makefile
+++ b/mail/faces/Makefile
@@ -4,7 +4,7 @@
# Whom: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
# Andreas Klemm <andreas@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.2 1996/12/17 04:52:12 asami Exp $
+# $Id: Makefile,v 1.3 1997/05/17 15:14:34 max Exp $
#
DISTNAME= faces-1.6.1
@@ -20,7 +20,7 @@ MAN1= compface.1 faces.1 face_update.1
MAN3= compface.3
post-install:
- /sbin/ldconfig -m ${PREFIX}/lib
+ ${LDCONFIG} -m ${PREFIX}/lib
.if !defined(NOMANCOMPRESS)
@${RM} ${PREFIX}/man/man1/uncompface.1 ${PREFIX}/man/man3/uncompface.3
@ln -fs compface.1.gz ${PREFIX}/man/man1/uncompface.1.gz
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>