diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 05:46:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 05:46:38 +0000 |
commit | 37f2224fa6a14520df830ae1daeba9b877daa347 (patch) | |
tree | 13d3d367b0967ab3adcc2ce528bfe1e770b4d48e /games | |
parent | - reorder patches (diff) |
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Notes
Notes:
svn path=/head/; revision=69436
Diffstat (limited to 'games')
-rw-r--r-- | games/nonsense/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/nonsense/Makefile b/games/nonsense/Makefile index 8f2edccd2405..bb293004c27b 100644 --- a/games/nonsense/Makefile +++ b/games/nonsense/Makefile @@ -14,11 +14,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= roam@FreeBSD.org NO_BUILD= defined +USE_REINPLACE= yes MAN6= nonsense.6 post-configure: - ${PERL} -pi -e "s,/usr/local,${PREFIX}," ${WRKSRC}/nonsense + ${REINPLACE_CMD} -e "s,/usr/local,${PREFIX}," ${WRKSRC}/nonsense ${SED} -e "s^%%PREFIX%%^${PREFIX}^g" \ < ${FILESDIR}/${MAN6} > ${WRKSRC}/${MAN6} |