diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 03:17:29 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 03:17:29 +0000 |
commit | b8a64d94ec2c611f91740140ab3d7d46cbd3a203 (patch) | |
tree | 5efc52c313ebe1d542732f5d8ef5765d631f0c11 /graphics/dc20pack | |
parent | - Fix GGC problem on current (diff) |
PERL -> REINPLACE
and USE_PERL5 in some places
Noticed by: bento
Notes
Notes:
svn path=/head/; revision=69432
Diffstat (limited to 'graphics/dc20pack')
-rw-r--r-- | graphics/dc20pack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/dc20pack/Makefile b/graphics/dc20pack/Makefile index b3291e7284a5..59f7a9e41741 100644 --- a/graphics/dc20pack/Makefile +++ b/graphics/dc20pack/Makefile @@ -15,9 +15,10 @@ EXTRACT_SUFX= .tgz MAINTAINER= maurice@serc.rmit.edu.au WRKSRC= ${WRKDIR} +USE_REINPLACE= yes post-extract: - @ /usr/bin/find ${WRKSRC} -type f | xargs /usr/bin/perl -pi -e 's/\r//g' + @ /usr/bin/find ${WRKSRC} -type f | xargs ${REINPLACE_CMD} -e 's/\r//g' do-install: ${INSTALL_SCRIPT} ${WRKSRC}/dc20dump ${PREFIX}/bin |