Install manpages

PR:		38742
Submitted by:	Martijn Koster <mak-freebsd-bugs@greenhills.co.uk>
This commit is contained in:
Patrick Li 2002-06-01 01:18:11 +00:00
parent ae2f1ca2b3
commit d6a36a1ca7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60418

View File

@ -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