diff options
author | agc <agc@pkgsrc.org> | 2001-10-22 21:37:59 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-10-22 21:37:59 +0000 |
commit | 400b55c0acb61ef0389e7d8ccafda074d978918c (patch) | |
tree | a862d1652304039e3d1a38506a843b1e8e824667 /mail/exmh | |
parent | 51744705cfa7ade10804ba3d99e0d21590433ed9 (diff) | |
download | pkgsrc-400b55c0acb61ef0389e7d8ccafda074d978918c.tar.gz |
Fix the pathname for the wish binary, prompted by Steve Bellovin.
Diffstat (limited to 'mail/exmh')
-rw-r--r-- | mail/exmh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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: |