diff options
author | sheldonh <sheldonh@FreeBSD.org> | 1999-06-17 08:46:27 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 1999-06-17 08:46:27 +0000 |
commit | 0e5067d97318ba8ef7103683fba1cbd6b48b01e7 (patch) | |
tree | 5cf5bfee384ae73d1efef6218c236d0c95456e0b /mail | |
parent | da3d9a83e490703883dd328a68f665a58fc051e3 (diff) | |
download | FreeBSD-ports-0e5067d97318ba8ef7103683fba1cbd6b48b01e7.zip FreeBSD-ports-0e5067d97318ba8ef7103683fba1cbd6b48b01e7.tar.gz |
Work around the way odd shells sabotage exim's arch-type script.
Reported by: Martti Kuparinen <martti@research.zopps.fi>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim-devel/Makefile | 4 | ||||
-rw-r--r-- | mail/exim-old/Makefile | 4 | ||||
-rw-r--r-- | mail/exim/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile index ab840d9..87dc26d 100644 --- a/mail/exim-devel/Makefile +++ b/mail/exim-devel/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 diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index ab840d9..87dc26d 100644 --- a/mail/exim-old/Makefile +++ b/mail/exim-old/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 diff --git a/mail/exim/Makefile b/mail/exim/Makefile index ab840d9..87dc26d 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 |