aboutsummaryrefslogtreecommitdiff
path: root/net/tightvnc
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-06-01 01:18:11 +0000
committerPatrick Li <pat@FreeBSD.org>2002-06-01 01:18:11 +0000
commitd6a36a1ca7db36598562d3bf9eea8ed79725446f (patch)
treef51c6cc2c1c69c6b181664bf7348bf4319aaeb77 /net/tightvnc
parentae2f1ca2b3be193762e6ddc203089909edd53ae0 (diff)
downloadports-d6a36a1ca7db36598562d3bf9eea8ed79725446f.tar.gz
ports-d6a36a1ca7db36598562d3bf9eea8ed79725446f.zip
Notes
Diffstat (limited to 'net/tightvnc')
-rw-r--r--net/tightvnc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile
index 0233cc680a79..3c6c09f2fc32 100644
--- a/net/tightvnc/Makefile
+++ b/net/tightvnc/Makefile
@@ -22,6 +22,9 @@ WRKSRC= ${WRKDIR}/vnc_unixsrc
USE_IMAKE= yes
ALL_TARGET= World
NO_INSTALL_MANPAGES= yes
+XFREE86_HTML_MAN= no
+
+MAN1= Xvnc.1 vncviewer.1 vncpasswd.1 vncconnect.1 vncserver.1
.if exists(${X11BASE}/share/vnc/classes/index.vnc)
IGNORE= "vnc has already been installed, please uninstall it first."
@@ -35,7 +38,7 @@ post-patch:
s,^#!/usr/bin/perl,#!${PERL},g" ${WRKSRC}/vncserver
do-install:
- @(cd ${WRKSRC}; ./vncinstall ${PREFIX}/bin)
+ @(cd ${WRKSRC}; ./vncinstall ${PREFIX}/bin ${PREFIX}/man)
.for file in Xvnc vncviewer vncpasswd vncconnect
@strip ${PREFIX}/bin/${file}
.endfor