summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 05:46:38 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 05:46:38 +0000
commit37f2224fa6a14520df830ae1daeba9b877daa347 (patch)
tree13d3d367b0967ab3adcc2ce528bfe1e770b4d48e /www
parent- reorder patches (diff)
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Notes
Notes: svn path=/head/; revision=69436
Diffstat (limited to 'www')
-rw-r--r--www/amyc/Makefile3
-rw-r--r--www/mdw/Makefile3
-rw-r--r--www/micro_httpd/Makefile5
-rw-r--r--www/mod_cvs/Makefile3
-rw-r--r--www/waccess/Makefile3
5 files changed, 11 insertions, 6 deletions
diff --git a/www/amyc/Makefile b/www/amyc/Makefile
index 26408e575cd9..8267e74513bf 100644
--- a/www/amyc/Makefile
+++ b/www/amyc/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= petef@FreeBSD.org
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
+USE_REINPLACE= yes
USE_AUTOCONF= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -35,7 +36,7 @@ PLIST_SUB= WITH_GTK="@comment "
.endif
post-patch:
- @${PERL} -pi -e 's!\(datadir\)/locale!(prefix)/share/locale!' \
+ @${REINPLACE_CMD} -e 's!\(datadir\)/locale!(prefix)/share/locale!' \
${WRKSRC}/po/Makefile.in.in
.include <bsd.port.post.mk>
diff --git a/www/mdw/Makefile b/www/mdw/Makefile
index 7b93bbeb55cb..cc50a05baad9 100644
--- a/www/mdw/Makefile
+++ b/www/mdw/Makefile
@@ -13,11 +13,12 @@ MASTER_SITES= http://redbrick.dcu.ie/~colmmacc/mdw/
MAINTAINER= petef@FreeBSD.org
USE_AUTOCONF= yes
+USE_REINPLACE= yes
MAN1= mdw.1
post-patch:
- @${PERL} -pi -e 's!quite!quiet!ig; s!.BR md5sum \(1\),\n!!' \
+ @${REINPLACE_CMD} -e 's!quite!quiet!ig; s!.BR md5sum \(1\),\n!!' \
${WRKSRC}/doc/mdw.1
post-install:
diff --git a/www/micro_httpd/Makefile b/www/micro_httpd/Makefile
index 20f78fef59b1..e68a4cc4b952 100644
--- a/www/micro_httpd/Makefile
+++ b/www/micro_httpd/Makefile
@@ -14,15 +14,16 @@ DISTNAME= ${PORTNAME}_15dec00
MAINTAINER= user@unknown.nu
+USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
MAN8= micro_httpd.8
post-patch:
- @${PERL} -pi -e "s:/usr/local/sbin:${PREFIX}/sbin:g; \
+ @${REINPLACE_CMD} -e "s:/usr/local/sbin:${PREFIX}/sbin:g; \
s:/usr/local/man/man8:${MAN8PREFIX}/man/man8:g; \
s:^(CC|CFLAGS) =.+::g;" \
${WRKSRC}/Makefile
- @${PERL} -pi -e "s/^.TH micro_httpd 1/.TH micro_httpd 8/g" \
+ @${REINPLACE_CMD} -e "s/^.TH micro_httpd 1/.TH micro_httpd 8/g" \
${WRKSRC}/micro_httpd.8
.include <bsd.port.mk>
diff --git a/www/mod_cvs/Makefile b/www/mod_cvs/Makefile
index d10a5e819180..a6fa3c529704 100644
--- a/www/mod_cvs/Makefile
+++ b/www/mod_cvs/Makefile
@@ -16,12 +16,13 @@ MAINTAINER= petef@FreeBSD.org
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
+USE_REINPLACE= yes
MAKE_ARGS+= APXS="${APXS}"
APXS?= ${LOCALBASE}/sbin/apxs
post-patch:
- @${PERL} -pi -e 's,apxs,${APXS},g' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's,apxs,${APXS},g' ${WRKSRC}/Makefile
do-install:
${APXS} -i -A -n cvs ${WRKSRC}/mod_cvs.so
diff --git a/www/waccess/Makefile b/www/waccess/Makefile
index 3307f5356165..42348320cf09 100644
--- a/www/waccess/Makefile
+++ b/www/waccess/Makefile
@@ -13,12 +13,13 @@ MASTER_SITES= http://www.tundraware.com/Software/waccess/
MAINTAINER= tundra@tundraware.com
USE_PYTHON= yes
+USE_REINPLACE= yes
MAN1= waccess.1
MANCOMPRESSED= yes
post-patch:
- @${PERL} -pi -e 's,^#!/usr/local/bin/python,#!${PYTHON_CMD},' \
+ @${REINPLACE_CMD} -e 's,^#!/usr/local/bin/python,#!${PYTHON_CMD},' \
${WRKSRC}/waccess
do-install: