aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/dore
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-07-08 18:41:30 +0800
committerijliao <ijliao@FreeBSD.org>2002-07-08 18:41:30 +0800
commit27b58e05583dbd0dbed960cf162e599ebc0f227b (patch)
tree08d4d418aed90a1f7e8eb25819d284dce8d35a8b /graphics/dore
parente5f65fe9c160b78b54514fe1bebfa37c1259f7c8 (diff)
downloadfreebsd-ports-graphics-27b58e05583dbd0dbed960cf162e599ebc0f227b.tar.gz
freebsd-ports-graphics-27b58e05583dbd0dbed960cf162e599ebc0f227b.tar.zst
freebsd-ports-graphics-27b58e05583dbd0dbed960cf162e599ebc0f227b.zip
PERL -> REINPLACE_CMD
PR: 39938 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'graphics/dore')
-rw-r--r--graphics/dore/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/dore/Makefile b/graphics/dore/Makefile
index 553ddbed01e..f042d71d932 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