summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-09 09:35:13 +0000
committersobomax <sobomax@FreeBSD.org>2000-06-09 09:35:13 +0000
commit41555f10d72fbf1efb15ef28b68cd66ea2ecb5a0 (patch)
treef96b467c7b153a0c585327fc6bceb173a7c45c90 /misc
parentdd3df8da9f318b096011c8a9d034fa64d68dba82 (diff)
downloadFreeBSD-ports-41555f10d72fbf1efb15ef28b68cd66ea2ecb5a0.zip
FreeBSD-ports-41555f10d72fbf1efb15ef28b68cd66ea2ecb5a0.tar.gz
Fix a dependency.
"misc/tkman port has a dependency on x11-toolkits/tk83 but it has a post-patch target that seems to reference wish8.2 from the tk82 port." PR: 19128 Submitted by: Bruce A. Mah <bmah@cisco.com>
Diffstat (limited to 'misc')
-rw-r--r--misc/tkman/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile
index 5ad5346..2066b3b 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:
OpenPOWER on IntegriCloud