diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-09 09:35:13 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-09 09:35:13 +0000 |
commit | e9d892e893cda08bf644c910b25f1d1999849b48 (patch) | |
tree | 7ef3181fa5be756daf5966a575e93c65ff43cd85 /misc/tkman | |
parent | 929107bb73c0aab8feed4b2961a9a0fc8097b1a9 (diff) | |
download | ports-e9d892e893cda08bf644c910b25f1d1999849b48.tar.gz ports-e9d892e893cda08bf644c910b25f1d1999849b48.zip |
Notes
Diffstat (limited to 'misc/tkman')
-rw-r--r-- | misc/tkman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile index 5ad5346e5b68..2066b3bdcb73 100644 --- a/misc/tkman/Makefile +++ b/misc/tkman/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= rman:${PORTSDIR}/textproc/rman \ NO_CDROM= "License required" post-patch: - perl -pi -e "s;/usr/local/bin/wish;${PREFIX}/bin/wish8.2;" \ + perl -pi -e "s;/usr/local/bin/wish;${LOCALBASE}/bin/wish8.3;" \ ${WRKSRC}/contrib/tkmanclient post-install: |