Don't bother Perl with $@%'s in CVSROOT, TITLE, etc..

PR:		ports/27234
Submitted by:	Gordon Burditt <gordon@hammy.lonestar.org>
This commit is contained in:
Akinori MUSHA 2001-05-19 21:00:43 +00:00
parent 097994f488
commit e26611706c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42763
2 changed files with 10 additions and 10 deletions

View File

@ -52,13 +52,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
post-patch:
${PERL} -i -pe "\
s;!!PERL!!;${PERL};g; \
s;!!PREFIX!!;${PREFIX};g;" \
s'!!PERL!!'${PERL}'g; \
s'!!PREFIX!!'${PREFIX}'g;" \
${WRKSRC}/cvsweb.cgi
${PERL} -i -pe "\
s;!!PREFIX!!;${PREFIX};g; \
s;!!CVSROOT!!;${CVSROOT};g; \
s;!!TITLE!!;${TITLE};g;" \
s'!!PREFIX!!'${PREFIX}'g; \
s'!!CVSROOT!!'${CVSROOT}'g; \
s'!!TITLE!!'${TITLE}'g;" \
${WRKSRC}/cvsweb.conf
do-install:

View File

@ -52,13 +52,13 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
post-patch:
${PERL} -i -pe "\
s;!!PERL!!;${PERL};g; \
s;!!PREFIX!!;${PREFIX};g;" \
s'!!PERL!!'${PERL}'g; \
s'!!PREFIX!!'${PREFIX}'g;" \
${WRKSRC}/cvsweb.cgi
${PERL} -i -pe "\
s;!!PREFIX!!;${PREFIX};g; \
s;!!CVSROOT!!;${CVSROOT};g; \
s;!!TITLE!!;${TITLE};g;" \
s'!!PREFIX!!'${PREFIX}'g; \
s'!!CVSROOT!!'${CVSROOT}'g; \
s'!!TITLE!!'${TITLE}'g;" \
${WRKSRC}/cvsweb.conf
do-install: