aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>1999-06-16 10:55:31 +0800
committersimokawa <simokawa@FreeBSD.org>1999-06-16 10:55:31 +0800
commit2726746590cbf9cc37b2d4d7eee21e8f5b576bd2 (patch)
treeaaee606896000ca21b0a4c5dd8b90b42dba2515b /mail
parenteb88a01fa26a9a5ef3fb238d066279053ee547d8 (diff)
downloadfreebsd-ports-gnome-2726746590cbf9cc37b2d4d7eee21e8f5b576bd2.tar.gz
freebsd-ports-gnome-2726746590cbf9cc37b2d4d7eee21e8f5b576bd2.tar.zst
freebsd-ports-gnome-2726746590cbf9cc37b2d4d7eee21e8f5b576bd2.zip
Replace `FreeBSD-i386` with `${OPSYS}-${MACHINE_ARCH}'.
Diffstat (limited to 'mail')
-rw-r--r--mail/exim-devel/Makefile9
-rw-r--r--mail/exim-old/Makefile9
-rw-r--r--mail/exim/Makefile9
3 files changed, 15 insertions, 12 deletions
diff --git a/mail/exim-devel/Makefile b/mail/exim-devel/Makefile
index 5c507474ac67..ab840d96d74c 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.29 1999/06/08 23:27:48 steve Exp $
+# $Id: Makefile,v 1.30 1999/06/09 11:09:56 steve Exp $
#
DISTNAME= exim-3.02
@@ -44,8 +44,9 @@ do-configure:
done
post-build:
- ${INSTALL_SCRIPT} ${FILESDIR}/exim.sh ${WRKSRC}/build-FreeBSD-i386
- ${TOUCH} ${WRKSRC}/build-FreeBSD-i386/eximon.bin
- ${TOUCH} ${WRKSRC}/build-FreeBSD-i386/eximon
+ ${INSTALL_SCRIPT} ${FILESDIR}/exim.sh \
+ ${WRKSRC}/build-${OPSYS}-${MACHINE_ARCH}
+ ${TOUCH} ${WRKSRC}/build-${OPSYS}-${MACHINE_ARCH}/eximon.bin
+ ${TOUCH} ${WRKSRC}/build-${OPSYS}-${MACHINE_ARCH}/eximon
.include <bsd.port.mk>
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile
index 5c507474ac67..ab840d96d74c 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.29 1999/06/08 23:27:48 steve Exp $
+# $Id: Makefile,v 1.30 1999/06/09 11:09:56 steve Exp $
#
DISTNAME= exim-3.02
@@ -44,8 +44,9 @@ do-configure:
done
post-build:
- ${INSTALL_SCRIPT} ${FILESDIR}/exim.sh ${WRKSRC}/build-FreeBSD-i386
- ${TOUCH} ${WRKSRC}/build-FreeBSD-i386/eximon.bin
- ${TOUCH} ${WRKSRC}/build-FreeBSD-i386/eximon
+ ${INSTALL_SCRIPT} ${FILESDIR}/exim.sh \
+ ${WRKSRC}/build-${OPSYS}-${MACHINE_ARCH}
+ ${TOUCH} ${WRKSRC}/build-${OPSYS}-${MACHINE_ARCH}/eximon.bin
+ ${TOUCH} ${WRKSRC}/build-${OPSYS}-${MACHINE_ARCH}/eximon
.include <bsd.port.mk>
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 5c507474ac67..ab840d96d74c 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.29 1999/06/08 23:27:48 steve Exp $
+# $Id: Makefile,v 1.30 1999/06/09 11:09:56 steve Exp $
#
DISTNAME= exim-3.02
@@ -44,8 +44,9 @@ do-configure:
done
post-build:
- ${INSTALL_SCRIPT} ${FILESDIR}/exim.sh ${WRKSRC}/build-FreeBSD-i386
- ${TOUCH} ${WRKSRC}/build-FreeBSD-i386/eximon.bin
- ${TOUCH} ${WRKSRC}/build-FreeBSD-i386/eximon
+ ${INSTALL_SCRIPT} ${FILESDIR}/exim.sh \
+ ${WRKSRC}/build-${OPSYS}-${MACHINE_ARCH}
+ ${TOUCH} ${WRKSRC}/build-${OPSYS}-${MACHINE_ARCH}/eximon.bin
+ ${TOUCH} ${WRKSRC}/build-${OPSYS}-${MACHINE_ARCH}/eximon
.include <bsd.port.mk>