summaryrefslogtreecommitdiff
path: root/archivers/hpack.non-usa.only
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 00:57:08 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 00:57:08 +0000
commita66859e3fbe7c636031888cb5d9619ba4ac5ba5e (patch)
tree16fea2828aa5c44c6c6aadc965b1d00175293657 /archivers/hpack.non-usa.only
parentDrop maintainership. (diff)
PERL -> REINPLACE
Noticed by: bento
Notes
Notes: svn path=/head/; revision=69404
Diffstat (limited to 'archivers/hpack.non-usa.only')
-rw-r--r--archivers/hpack.non-usa.only/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/hpack.non-usa.only/Makefile b/archivers/hpack.non-usa.only/Makefile
index 39407ff2ca57..02ff2eb232ff 100644
--- a/archivers/hpack.non-usa.only/Makefile
+++ b/archivers/hpack.non-usa.only/Makefile
@@ -18,10 +18,11 @@ MAKEFILE= makefile
ALL_TARGET= freebsd
INSTALL_TARGET= freebsd.install
MAN1= hpack.1
+USE_REINPLACE= yes
post-patch:
.for f in language/language.c cli.c
- @${PERL} -pi -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/${f}
+ @${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' ${WRKSRC}/${f}
.endfor
post-install: