diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-08 10:41:30 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-08 10:41:30 +0000 |
commit | 2730c8a3dcd82845271c9dbb832f982bbacff7ab (patch) | |
tree | 1642e533cdc6183365ccba20544974f74946044a /graphics/dore | |
parent | Fix the condition in the userforward director that is intended to (diff) |
PERL -> REINPLACE_CMD
PR: 39938
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes:
svn path=/head/; revision=62647
Diffstat (limited to 'graphics/dore')
-rw-r--r-- | graphics/dore/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/dore/Makefile b/graphics/dore/Makefile index 553ddbed01ec..f042d71d9323 100644 --- a/graphics/dore/Makefile +++ b/graphics/dore/Makefile @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_GMAKE= yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/dore @@ -25,7 +26,7 @@ post-extract: @${MKDIR} ${WRKSRC}/lib post-patch: - @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/subsys/*.c + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/src/subsys/*.c pre-install: @${MKDIR} ${PREFIX}/share/dore |