diff options
author | pat <pat@FreeBSD.org> | 2002-06-01 09:18:11 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-01 09:18:11 +0800 |
commit | 2a43606c9983224829dfdf4d5d3a254f6447fb15 (patch) | |
tree | 0fc622ea2d694d0ae0a12846d8e6fabb40fc9b3f /net/tightvnc | |
parent | 477c5171ba5577d8ddd52f83f8f36978b71c8740 (diff) | |
download | freebsd-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/tightvnc')
-rw-r--r-- | net/tightvnc/Makefile | 5 |
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 |