diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-12-23 15:57:11 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2002-12-23 15:57:11 +0000 |
commit | 1cf50d86a2c9c8235e1f0779cb65f2b9a4988268 (patch) | |
tree | 44a2d0327e17634c878b0dbe0d59ca24d1881877 /textproc/man2html/Makefile | |
parent | Fix master site (doesn't fetch) and change homepage. (diff) |
Fix path to perl binary.
Diffstat (limited to 'textproc/man2html/Makefile')
-rw-r--r-- | textproc/man2html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/man2html/Makefile b/textproc/man2html/Makefile index 4c55c724e92b..3602fb423505 100644 --- a/textproc/man2html/Makefile +++ b/textproc/man2html/Makefile @@ -21,7 +21,7 @@ CGIDIR= ${PREFIX}/www/cgi-bin MAN1= man2html.1 post-patch: - ${PERL} -pi -e "s#/usr/local/bin/perl#${PERL5}#" ${WRKSRC}/man.cgi + ${PERL} -pi -e "s#/usr/local/bin/perl#${PERL5}#" ${WRKSRC}/man.cgi ${WRKSRC}/man2html do-install: |