diff options
author | asami <asami@FreeBSD.org> | 1998-09-25 13:38:05 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-25 13:38:05 +0800 |
commit | 26f09159d7ec28c1a89690e35f3fccab8da20891 (patch) | |
tree | 5e7c086fcaa97bd2aff72cb80ccd0afd99144fc5 /mail/mh/Makefile | |
parent | a4363459dd7c0220089498c8b6f361d573f40b4d (diff) | |
download | freebsd-ports-gnome-26f09159d7ec28c1a89690e35f3fccab8da20891.tar.gz freebsd-ports-gnome-26f09159d7ec28c1a89690e35f3fccab8da20891.tar.zst freebsd-ports-gnome-26f09159d7ec28c1a89690e35f3fccab8da20891.zip |
Max forgot to change Makefile. :)
Diffstat (limited to 'mail/mh/Makefile')
-rw-r--r-- | mail/mh/Makefile | 4 |
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> |