aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2002-12-23 23:57:11 +0800
committerdemon <demon@FreeBSD.org>2002-12-23 23:57:11 +0800
commit0bb5968292725f92f6a3f9dac1226cddd1cd1124 (patch)
treefc7689c1feb02353fea58a9e8f8092a1d8c1587f
parentfb28a1fa1a20c722ea6ca8538c00ad2cbcbf36fe (diff)
downloadfreebsd-ports-gnome-0bb5968292725f92f6a3f9dac1226cddd1cd1124.tar.gz
freebsd-ports-gnome-0bb5968292725f92f6a3f9dac1226cddd1cd1124.tar.zst
freebsd-ports-gnome-0bb5968292725f92f6a3f9dac1226cddd1cd1124.zip
Fix path to perl binary.
-rw-r--r--textproc/man2html/Makefile2
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: