From 56dc32204bad654a33f748f15525ae2478dda76c Mon Sep 17 00:00:00 2001 From: sobomax Date: Thu, 11 Jul 2002 15:31:46 +0000 Subject: Use USE_REINPLACE. --- editors/gedit/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'editors/gedit') diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index 9ff2a61..8b24aa3 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -19,6 +19,7 @@ BUILD_DEPENDS= msgfmt-old:${PORTSDIR}/devel/gettext-old USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" \ @@ -28,10 +29,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= gedit.1 pre-patch: - @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ - 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ - s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + @find ${WRKSRC} -name "Makefile.in" | xargs ${REINPLACE_CMD} -e \ + 's|[(]datadir[)]/gnome/|(datadir)/|g ; \ + s|[(]datadir[)]/locale|(prefix)/share/locale|g' .include -- cgit v1.1