From 2726746590cbf9cc37b2d4d7eee21e8f5b576bd2 Mon Sep 17 00:00:00 2001 From: simokawa Date: Wed, 16 Jun 1999 02:55:31 +0000 Subject: Replace `FreeBSD-i386` with `${OPSYS}-${MACHINE_ARCH}'. --- mail/exim-old/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'mail/exim-old') diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile index 5c50747..ab840d9 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 -- cgit v1.1