From 483f36f9b0dfd55fd3bdd5ee3a3f74e055cb2797 Mon Sep 17 00:00:00 2001 From: agc Date: Mon, 22 Oct 2001 21:37:59 +0000 Subject: Fix the pathname for the wish binary, prompted by Steve Bellovin. --- mail/exmh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/exmh') diff --git a/mail/exmh/Makefile b/mail/exmh/Makefile index 097f60b28d8..6a2dcaa5a73 100644 --- a/mail/exmh/Makefile +++ b/mail/exmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2001/10/11 09:26:03 agc Exp $ +# $NetBSD: Makefile,v 1.27 2001/10/22 21:37:59 agc Exp $ # FreeBSD Id: Makefile,v 1.25 1998/02/15 05:36:54 peter Exp # @@ -31,7 +31,7 @@ TCLSH= tclsh do-build: @cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} TCLSH=${TCLSH} \ - WISH=${PREFIX}/../tk-8.3.2nb1/bin/${WISH} WRKSRC=${WRKSRC} \ + WISH=${PREFIX}/bin/${WISH} WRKSRC=${WRKSRC} \ FILESDIR=${FILESDIR} ${SH} ${SCRIPTDIR}/build do-install: -- cgit v1.2.3