From 2ec15efed65c73a9f08ecb8ba34fc4d5743eaf7c Mon Sep 17 00:00:00 2001 From: ade Date: Fri, 4 Aug 2000 16:11:37 +0000 Subject: Re-sobomize to use pre-patch instead of post-extract Wrists slapped by: knu, sheldon --- games/bombermaze/Makefile | 2 +- games/glife/Makefile | 2 +- games/gnome-games/Makefile | 2 +- games/gnomegames/Makefile | 2 +- games/gnomegames2/Makefile | 2 +- games/gnomememoryblocks/Makefile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'games') diff --git a/games/bombermaze/Makefile b/games/bombermaze/Makefile index d8ebc23ad438..2d10a494a4dc 100644 --- a/games/bombermaze/Makefile +++ b/games/bombermaze/Makefile @@ -33,7 +33,7 @@ CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" \ CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -post-extract: +pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ diff --git a/games/glife/Makefile b/games/glife/Makefile index 4865f48f449b..753e79a74255 100644 --- a/games/glife/Makefile +++ b/games/glife/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -post-extract: +pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 82fe646ec4b1..ee12ea9b4cef 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" -post-extract: +pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ diff --git a/games/gnomegames/Makefile b/games/gnomegames/Makefile index 82fe646ec4b1..ee12ea9b4cef 100644 --- a/games/gnomegames/Makefile +++ b/games/gnomegames/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" -post-extract: +pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index 82fe646ec4b1..ee12ea9b4cef 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" -post-extract: +pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ diff --git a/games/gnomememoryblocks/Makefile b/games/gnomememoryblocks/Makefile index 7f2a309a7c39..4c6db811db09 100644 --- a/games/gnomememoryblocks/Makefile +++ b/games/gnomememoryblocks/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -post-extract: +pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ -- cgit