aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/man2html/Makefile
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2000-09-30 00:51:17 +0800
committerkevlo <kevlo@FreeBSD.org>2000-09-30 00:51:17 +0800
commit64883caf2eb7b31bbde2d5f9a56112f82052e99c (patch)
treebbb40426636736fabfae5a07c1d92cdae98142b4 /textproc/man2html/Makefile
parentad99d19cd7769fe9c8bcdac740a183a22c1655de (diff)
downloadfreebsd-ports-gnome-64883caf2eb7b31bbde2d5f9a56112f82052e99c.tar.gz
freebsd-ports-gnome-64883caf2eb7b31bbde2d5f9a56112f82052e99c.tar.zst
freebsd-ports-gnome-64883caf2eb7b31bbde2d5f9a56112f82052e99c.zip
- Fix man.cgi
- Change maintainer's e-mail PR: 21591 Submitted by: MAINTAINER
Diffstat (limited to 'textproc/man2html/Makefile')
-rw-r--r--textproc/man2html/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/textproc/man2html/Makefile b/textproc/man2html/Makefile
index c55e87c2351a..c207d9bb700e 100644
--- a/textproc/man2html/Makefile
+++ b/textproc/man2html/Makefile
@@ -11,7 +11,7 @@ CATEGORIES= textproc
MASTER_SITES= ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/
DISTNAME= ${PORTNAME}${PORTVERSION}
-MAINTAINER= demon@gpad.ac.ru
+MAINTAINER= dima@Chg.RU
USE_PERL5= yes
NO_BUILD= yes
@@ -20,13 +20,7 @@ CGIDIR= ${PREFIX}/www/cgi-bin
MAN1= man2html.1
post-patch:
-
- @ if [ -f ${CGIDIR} ] ; then \
- @ ${MV} ${WRKSRC}/man.cgi ${WRKSRC}/man.cgi.pre_sed ; \
- @ ${CAT} ${WRKSRC}/man.cgi.pre_sed | \
- @ ${GREP} -Ev -e "/opt/|/openwin/" \
- > ${WRKSRC}/man.cgi ; \
- fi
+ ${PERL} -pi -e "s#/usr/local/bin/perl#${PERL5}#" ${WRKSRC}/man.cgi
do-install: