mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
- cleanup leftovers
Reported by: qat
This commit is contained in:
parent
5074995883
commit
7e3acc2de9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=323677
@ -25,7 +25,7 @@ USE_XORG= xi xmu xt xaw ice xpm xext sm
|
||||
USE_TK_WRAPPER= yes
|
||||
USE_PERL5_RUN= yes
|
||||
|
||||
MAN1= ssvnc.1 ssvncviewer.1
|
||||
MAN1= ssvnc.1 ssvncviewer.1 ssvnc-gui.1
|
||||
NO_INSTALL_MANPAGES= yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
@ -61,7 +61,7 @@ post-install:
|
||||
@${ECHO_CMD}; ${CAT} ${PKGMESSAGE}; ${ECHO_CMD}
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${MAN1PREFIX}/man/man1
|
||||
.for man in ${MAN1}
|
||||
.for man in ssvnc.1 ssvncviewer.1
|
||||
${INSTALL_MAN} ${WRKSRC}/man/man1/${man} ${MAN1PREFIX}/man/man1
|
||||
.endfor
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user