diff options
author | simokawa <simokawa@FreeBSD.org> | 1999-06-16 10:55:31 +0800 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 1999-06-16 10:55:31 +0800 |
commit | 2726746590cbf9cc37b2d4d7eee21e8f5b576bd2 (patch) | |
tree | aaee606896000ca21b0a4c5dd8b90b42dba2515b /mail/exim | |
parent | eb88a01fa26a9a5ef3fb238d066279053ee547d8 (diff) | |
download | freebsd-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/exim')
-rw-r--r-- | mail/exim/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
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> |