diff options
Diffstat (limited to 'textproc/man2html')
-rw-r--r-- | textproc/man2html/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/man2html/Makefile b/textproc/man2html/Makefile index c8e5940fd9ce..cab38fe88eea 100644 --- a/textproc/man2html/Makefile +++ b/textproc/man2html/Makefile @@ -20,6 +20,7 @@ CGIDIR= ${PREFIX}/www/cgi-bin MAN1= man2html.1 PLIST_FILES= bin/man2html +NO_STAGE= yes post-patch: ${PERL} -pi -e "s#/usr/local/bin/perl#${PERL5}#" ${WRKSRC}/man.cgi ${WRKSRC}/man2html |