aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-06-01 09:18:11 +0800
committerpat <pat@FreeBSD.org>2002-06-01 09:18:11 +0800
commit2a43606c9983224829dfdf4d5d3a254f6447fb15 (patch)
tree0fc622ea2d694d0ae0a12846d8e6fabb40fc9b3f /net
parent477c5171ba5577d8ddd52f83f8f36978b71c8740 (diff)
downloadfreebsd-ports-gnome-2a43606c9983224829dfdf4d5d3a254f6447fb15.tar.gz
freebsd-ports-gnome-2a43606c9983224829dfdf4d5d3a254f6447fb15.tar.zst
freebsd-ports-gnome-2a43606c9983224829dfdf4d5d3a254f6447fb15.zip
Install manpages
PR: 38742 Submitted by: Martijn Koster <mak-freebsd-bugs@greenhills.co.uk>
Diffstat (limited to 'net')
-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