diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-08 18:41:30 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-08 18:41:30 +0800 |
commit | 27b58e05583dbd0dbed960cf162e599ebc0f227b (patch) | |
tree | 08d4d418aed90a1f7e8eb25819d284dce8d35a8b /graphics/divxcalc | |
parent | e5f65fe9c160b78b54514fe1bebfa37c1259f7c8 (diff) | |
download | freebsd-ports-gnome-27b58e05583dbd0dbed960cf162e599ebc0f227b.tar.gz freebsd-ports-gnome-27b58e05583dbd0dbed960cf162e599ebc0f227b.tar.zst freebsd-ports-gnome-27b58e05583dbd0dbed960cf162e599ebc0f227b.zip |
PERL -> REINPLACE_CMD
PR: 39938
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'graphics/divxcalc')
-rw-r--r-- | graphics/divxcalc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/divxcalc/Makefile b/graphics/divxcalc/Makefile index e81aa310b4ef..d20ebe78107d 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 |