diff options
author | demon <demon@FreeBSD.org> | 2002-12-23 23:57:11 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2002-12-23 23:57:11 +0800 |
commit | 0bb5968292725f92f6a3f9dac1226cddd1cd1124 (patch) | |
tree | fc7689c1feb02353fea58a9e8f8092a1d8c1587f | |
parent | fb28a1fa1a20c722ea6ca8538c00ad2cbcbf36fe (diff) | |
download | freebsd-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/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: |