summaryrefslogtreecommitdiff
path: root/mail/exim-old
diff options
context:
space:
mode:
authorHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-06-16 02:55:31 +0000
committerHidetoshi Shimokawa <simokawa@FreeBSD.org>1999-06-16 02:55:31 +0000
commit4063e744f6ddaa650c9d01b0ad585dec7b103d72 (patch)
tree64c552d589c0923033852931fbbcb5243b0850eb /mail/exim-old
parenti386 only. (diff)
Replace `FreeBSD-i386` with `${OPSYS}-${MACHINE_ARCH}'.
Notes
Notes: svn path=/head/; revision=19491
Diffstat (limited to 'mail/exim-old')
-rw-r--r--mail/exim-old/Makefile9
1 files changed, 5 insertions, 4 deletions
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>