diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-06-17 08:46:27 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-06-17 08:46:27 +0000 |
commit | 585ffe186b6f1175b30891658245f7a8a0851388 (patch) | |
tree | 58d1c46f7d680537e94ad07e492d24c1ffd2b84d /mail/exim-old | |
parent | 2dacffd056e12547925addd3fa34d56736a8d0b6 (diff) | |
download | ports-585ffe186b6f1175b30891658245f7a8a0851388.tar.gz ports-585ffe186b6f1175b30891658245f7a8a0851388.zip |
Notes
Diffstat (limited to 'mail/exim-old')
-rw-r--r-- | mail/exim-old/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index ab840d96d74c..87dc26d44432 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 |