diff options
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: |