summaryrefslogtreecommitdiff
path: root/mail/mh
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-25 05:38:05 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-25 05:38:05 +0000
commit82005127ca78ecc667b9f29e3f9f52e44ec34417 (patch)
tree291f5c203186063fa543943dff3e5574de2ff0f5 /mail/mh
parentcustomize indexdir extension (diff)
Max forgot to change Makefile. :)
Notes
Notes: svn path=/head/; revision=13384
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 b7ff7abbcf2e..a2e6cc1db8bb 100644
--- a/mail/mh/Makefile
+++ b/mail/mh/Makefile
@@ -3,7 +3,7 @@
# Date created: Oct 4, 1994
# Whom: pst
#
-# $Id: Makefile,v 1.11 1996/11/17 07:42:37 obrien Exp $
+# $Id: Makefile,v 1.12 1997/07/17 15:12:51 max 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:
- ${LDCONFIG} -m ${PREFIX}/lib
+ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>