diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 02:35:01 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 02:35:01 +0000 |
commit | 6097f03e914afc72ab11bca0cf311ad5f1fd15e3 (patch) | |
tree | a7f557a98d36da0017550c4118cccf1e4d496c25 /math | |
parent | PERL -> REINPLACE (diff) |
PERL -> REINPLACE
Noticed on: bento
Notes
Notes:
svn path=/head/; revision=69424
Diffstat (limited to 'math')
-rw-r--r-- | math/gexpr/Makefile | 4 |
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> |