summaryrefslogtreecommitdiffstats
path: root/graphics/divxcalc/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-07-08 10:41:30 +0000
committerijliao <ijliao@FreeBSD.org>2002-07-08 10:41:30 +0000
commit27b58e05583dbd0dbed960cf162e599ebc0f227b (patch)
tree08d4d418aed90a1f7e8eb25819d284dce8d35a8b /graphics/divxcalc/Makefile
parente5f65fe9c160b78b54514fe1bebfa37c1259f7c8 (diff)
downloadFreeBSD-ports-27b58e05583dbd0dbed960cf162e599ebc0f227b.zip
FreeBSD-ports-27b58e05583dbd0dbed960cf162e599ebc0f227b.tar.gz
PERL -> REINPLACE_CMD
PR: 39938 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'graphics/divxcalc/Makefile')
-rw-r--r--graphics/divxcalc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/divxcalc/Makefile b/graphics/divxcalc/Makefile
index e81aa31..d20ebe7 100644
--- a/graphics/divxcalc/Makefile
+++ b/graphics/divxcalc/Makefile
@@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/share/automake14/automake/install-sh:${PORTSDIR}/devel/automake14
+USE_REINPLACE= yes
USE_GTK= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
@@ -22,7 +23,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
- @${PERL} -pi -e "s,Bison ,Bison,g" ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e "s,Bison ,Bison,g" ${WRKSRC}/configure
pre-configure:
.for file in config.guess config.sub install-sh missing mkinstalldirs
OpenPOWER on IntegriCloud