summaryrefslogtreecommitdiff
path: root/net/tightvnc
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2002-01-21 20:34:44 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2002-01-21 20:34:44 +0000
commita7aeb780a2c0537685c0f64803aba6e4195c0231 (patch)
tree35624889d66bcaeaca50b4615da6c3ab92d71bd7 /net/tightvnc
parentFix the build problem with XFree-4.x. (diff)
When checking if net/vnc is already installed, check for a port-specific
file. bin/Xvnc is shared, so the IGNORE setting would also be triggered when tightvnc itself is installed (stopping portupgrade from doing upgrades).
Notes
Notes: svn path=/head/; revision=53490
Diffstat (limited to 'net/tightvnc')
-rw-r--r--net/tightvnc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile
index 4d40028c5cfb..fbf8b44fd980 100644
--- a/net/tightvnc/Makefile
+++ b/net/tightvnc/Makefile
@@ -23,7 +23,7 @@ USE_IMAKE= yes
ALL_TARGET= World
NO_INSTALL_MANPAGES= yes
-.if exists(${X11BASE}/bin/Xvnc)
+.if exists(${X11BASE}/share/vnc/classes/index.vnc)
IGNORE= "vnc has already been installed, please uninstall it first."
.endif