summaryrefslogtreecommitdiff
path: root/games/glife/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/glife/Makefile')
-rw-r--r--games/glife/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \