aboutsummaryrefslogtreecommitdiff
path: root/math/gexpr
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 02:35:01 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 02:35:01 +0000
commit6097f03e914afc72ab11bca0cf311ad5f1fd15e3 (patch)
treea7f557a98d36da0017550c4118cccf1e4d496c25 /math/gexpr
parenta6429924fc57a145369eb5b2d3d0f45c65656b19 (diff)
downloadports-6097f03e914afc72ab11bca0cf311ad5f1fd15e3.tar.gz
ports-6097f03e914afc72ab11bca0cf311ad5f1fd15e3.zip
PERL -> REINPLACE
Noticed on: bento
Notes
Notes: svn path=/head/; revision=69424
Diffstat (limited to 'math/gexpr')
-rw-r--r--math/gexpr/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/gexpr/Makefile b/math/gexpr/Makefile
index ab0520086f63..fad9c484a7a4 100644
--- a/math/gexpr/Makefile
+++ b/math/gexpr/Makefile
@@ -16,9 +16,11 @@ MAINTAINER= ijliao@FreeBSD.org
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
+USE_REINPLACE= yes
+
MAN1= gexpr.1
post-patch:
- @${PERL} -pi -e "s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/Makefile
.include <bsd.port.mk>