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 /biology/povchem/Makefile | |
parent | PERL -> REINPLACE (diff) |
PERL -> REINPLACE
Noticed on: bento
Diffstat (limited to '')
-rw-r--r-- | biology/povchem/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/povchem/Makefile b/biology/povchem/Makefile index 4d3d5ee9c784..ecbedd3b61d0 100644 --- a/biology/povchem/Makefile +++ b/biology/povchem/Makefile @@ -17,6 +17,7 @@ DISTFILES= povchem.c \ MAINTAINER= frankch@waru.life.nthu.edu.tw NO_WRKSUBDIR= yes +USE_REINPLACE= yes DIST_SUBDIR= povchem DEFS= -DDATADIR=\"${PREFIX}/share/povchem\" \ @@ -29,7 +30,7 @@ do-extract: .endfor post-patch: - @${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g ; \ + @${REINPLACE_CMD} -e "s|%%LOCALBASE%%|${LOCALBASE}|g ; \ s|%%X11BASE%%|${X11BASE}|g" ${WRKSRC}/povchem.cfg do-build: |