1
0
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:
Dmitry Sivachenko 2001-12-23 21:28:28 +00:00
parent 2c1e95715c
commit 0a9615edcb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52064

View File

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