diff options
author | ade <ade@FreeBSD.org> | 2000-08-05 00:11:37 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-08-05 00:11:37 +0800 |
commit | 2ec15efed65c73a9f08ecb8ba34fc4d5743eaf7c (patch) | |
tree | 54697a02f9cf91eebcf5293bab63412d16e247b8 /games | |
parent | 061a8105c984c45e2b5197d1dff0f69039bd8488 (diff) | |
download | freebsd-ports-gnome-2ec15efed65c73a9f08ecb8ba34fc4d5743eaf7c.tar.gz freebsd-ports-gnome-2ec15efed65c73a9f08ecb8ba34fc4d5743eaf7c.tar.zst freebsd-ports-gnome-2ec15efed65c73a9f08ecb8ba34fc4d5743eaf7c.zip |
Re-sobomize to use pre-patch instead of post-extract
Wrists slapped by: knu, sheldon
Diffstat (limited to 'games')
-rw-r--r-- | games/bombermaze/Makefile | 2 | ||||
-rw-r--r-- | games/glife/Makefile | 2 | ||||
-rw-r--r-- | games/gnome-games/Makefile | 2 | ||||
-rw-r--r-- | games/gnomegames/Makefile | 2 | ||||
-rw-r--r-- | games/gnomegames2/Makefile | 2 | ||||
-rw-r--r-- | games/gnomememoryblocks/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
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 \ |