mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Fix man.cgi script installation.
PR: 33119 Submitted by: Christopher Elkins <chrise@scardini.com>
This commit is contained in:
parent
2c1e95715c
commit
0a9615edcb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52064
@ -29,8 +29,8 @@ do-install:
|
||||
${PERL5} ${WRKSRC}/install.me -batch -binpath ${PREFIX}/bin \
|
||||
-manpath ${PREFIX}/man -libpath ${PREFIX}/lib \
|
||||
-perlpath ${PERL5}
|
||||
if [ -f ${CGIDIR} ] ; then \
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/man.cgi ${CGIDIR} ; \
|
||||
if [ -d ${CGIDIR} ] ; then \
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/man.cgi ${CGIDIR} ; \
|
||||
fi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user