diff options
author | sheldonh <sheldonh@FreeBSD.org> | 1999-06-17 16:46:27 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 1999-06-17 16:46:27 +0800 |
commit | 0e5067d97318ba8ef7103683fba1cbd6b48b01e7 (patch) | |
tree | 5cf5bfee384ae73d1efef6218c236d0c95456e0b /mail/exim | |
parent | da3d9a83e490703883dd328a68f665a58fc051e3 (diff) | |
download | freebsd-ports-gnome-0e5067d97318ba8ef7103683fba1cbd6b48b01e7.tar.gz freebsd-ports-gnome-0e5067d97318ba8ef7103683fba1cbd6b48b01e7.tar.zst freebsd-ports-gnome-0e5067d97318ba8ef7103683fba1cbd6b48b01e7.zip |
Work around the way odd shells sabotage exim's arch-type script.
Reported by: Martti Kuparinen <martti@research.zopps.fi>
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index ab840d96d74c..87dc26d44432 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -3,7 +3,7 @@ # Date created: 23 June 1996 # Whom: markm@FreeBSD.ORG # -# $Id: Makefile,v 1.30 1999/06/09 11:09:56 steve Exp $ +# $Id: Makefile,v 1.31 1999/06/16 02:55:31 simokawa Exp $ # DISTNAME= exim-3.02 @@ -22,6 +22,8 @@ USE_XLIB= YES USE_PERL5= YES +MAKE_ENV+= OSTYPE=${OPSYS} ARCHTYPE=${MACHINE_ARCH} + do-configure: ${MKDIR} ${WRKSRC}/Local .if defined(USE_XLIB) && ${USE_XLIB} == YES |