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 | |
parent | db05ad73729ec5ebef587ccc2e1b97776a1ffc2c (diff) | |
download | ports-1cf50d86a2c9c8235e1f0779cb65f2b9a4988268.tar.gz ports-1cf50d86a2c9c8235e1f0779cb65f2b9a4988268.zip |
Notes
Diffstat (limited to 'textproc')
-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: |