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/gexpr | |
parent | a6429924fc57a145369eb5b2d3d0f45c65656b19 (diff) | |
download | ports-6097f03e914afc72ab11bca0cf311ad5f1fd15e3.tar.gz ports-6097f03e914afc72ab11bca0cf311ad5f1fd15e3.zip |
Notes
Diffstat (limited to 'math/gexpr')
-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> |